diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index 40865fa..3a6650b 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -481,3 +481,8 @@ Setup prefix for keybindings. ) ) #+END_SRC +** Dockerfile +#+BEGIN_SRC emacs-lisp + (use-package dockerfile-mode + :mode "Dockerfile.*") +#+END_SRC