diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-10-06 10:44:29 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-10-06 10:44:29 +0200 |
| commit | cf407eef2a397119c317ee04f7ef0662f2e41a42 (patch) | |
| tree | 4f17cf9e7f4c64a2250369cecde0b4f1befb9a71 /.emacs.d/init.org | |
| parent | 8361cb2302deb54bd51055a665662fd277bffea0 (diff) | |
| download | dotfiles-cf407eef2a397119c317ee04f7ef0662f2e41a42.tar.gz dotfiles-cf407eef2a397119c317ee04f7ef0662f2e41a42.zip | |
emacs: added groovy-mode and some hunspell words
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/init.org')
| -rw-r--r-- | .emacs.d/init.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 8795273..17a8906 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -2094,6 +2094,15 @@ Install =rust-mode= and add some hooks to make it friendlier. (add-hook 'flycheck-mode-hook #'flycheck-rust-setup))) #+END_SRC +** JVM-based + +Install =groovy-mode=, which I mainly use for [[https://www.jenkins.io/doc/pipeline/steps/workflow-cps/][Jenkins pipelines]]. + +#+BEGIN_SRC elisp +(use-package groovy-mode + :ensure t) +#+END_SRC + ** Other markup languages. In here I put some markup languages which are not org. I don't do anything crazy with YAML, I just install its support and add it the =warnings-mode= hook: |
