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