ADD Dockerfile mode
This commit is contained in:
parent
27b72fe395
commit
9328e19711
|
@ -1057,6 +1057,11 @@ No custom code here, but flycheck needs =shellcheck= (a Haskell program). On Arc
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** SQL
|
*** SQL
|
||||||
No custom code here, but flycheck needs =sqlint= (on Arch available through the AUR).
|
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
|
* org-mode
|
||||||
** low-level config
|
** low-level config
|
||||||
*** modules
|
*** modules
|
||||||
|
|
Loading…
Reference in New Issue