From ee5728e10204c10ef77d39e63d4e8e4533f23de4 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Sun, 27 May 2018 18:16:04 +0200 Subject: [PATCH] added nginx-mode --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index 6cfa1d8..c0c4d96 100644 --- a/config.org +++ b/config.org @@ -1685,6 +1685,12 @@ END_SRC :defer t) #+END_SRC +** Config languages +#+BEGIN_SRC emacs-lisp +(use-package nginx-mode + :ensure t + :defer t) +#+END_SRC ** Hydra Flycheck Flycheck is necessary, obviously