ADD Dockerfile mode

This commit is contained in:
ndwarshuis 2019-06-13 15:44:55 -04:00
parent 27b72fe395
commit 9328e19711
1 changed files with 5 additions and 0 deletions

View File

@ -1057,6 +1057,11 @@ No custom code here, but flycheck needs =shellcheck= (a Haskell program). On Arc
#+END_SRC
*** SQL
No custom code here, but flycheck needs =sqlint= (on Arch available through the AUR).
*** Docker
#+BEGIN_SRC emacs-lisp
(use-package dockerfile-mode
:straight t)
#+END_SRC
* org-mode
** low-level config
*** modules