From cf407eef2a397119c317ee04f7ef0662f2e41a42 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 6 Oct 2020 10:44:29 +0200 Subject: emacs: added groovy-mode and some hunspell words MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .emacs.d/init.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.emacs.d/init.org') 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: -- cgit v1.2.3