Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.2 KB

splunk-mode

MELPA Status MELPA Stable Status Build Status

Emacs major mode for editing Splunk SPL source code.

Installation

Installing from MELPA

splunk-mode is available on MELPA (as of melpa/melpa#9005). Using MELPA to install splunk-mode is the recommended way to use this package. You will need to:

  1. Enable the MELPA repository
  2. Enable the package by adding the following lines to your Emacs init file (e.g., ~/.emacs):
(package-install 'splunk-mode)
(require 'splunk-mode)

Installing from Source

To get the latest version of splunk-mode, clone this repository and then use:

(add-to-list 'load-path "<path to splunk mode>")
(require 'splunk-mode)