Browse Source

added nginx-mode

master
Marc Pohling 6 years ago
parent
commit
ee5728e102
1 changed files with 6 additions and 0 deletions
  1. 6
      config.org

6
config.org

@ -1685,6 +1685,12 @@ END_SRC
:defer t) :defer t)
#+END_SRC #+END_SRC
** Config languages
#+BEGIN_SRC emacs-lisp
(use-package nginx-mode
:ensure t
:defer t)
#+END_SRC
** Hydra Flycheck ** Hydra Flycheck
Flycheck is necessary, obviously Flycheck is necessary, obviously

Loading…
Cancel
Save