You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Emacs](https://www.gnu.org/software/emacs/) major mode for editing [Splunk SPL](https://splunk.com/) source code.
8
+
9
+
## Installation
10
+
11
+
### Installing from MELPA
12
+
13
+
`splunk-mode` is available on MELPA (as of [melpa/melpa#9005](https://github.com/melpa/melpa/pull/9005)). Using MELPA to install `splunk-mode` is the recommended way to use this package. You will need to:
14
+
1.[Enable the MELPA repository](https://melpa.org/#/getting-started)
15
+
2. Enable the package by adding the following lines to your Emacs init file (e.g., `~/.emacs`):
16
+
```elisp
17
+
(package-install 'splunk-mode)
18
+
(require 'splunk-mode)
19
+
```
20
+
21
+
### Installing from Source
22
+
23
+
To get the latest version of `splunk-mode`, clone this repository and then use:
0 commit comments