mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 03:00:08 +00:00
[emacs] dockerfile-mode
This commit is contained in:
parent
055901568d
commit
52575b8c74
1 changed files with 7 additions and 0 deletions
|
@ -404,6 +404,13 @@
|
|||
:ensure t
|
||||
:mode "\.yml$")
|
||||
#+END_SRC
|
||||
** Docker
|
||||
#+name: programming
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package dockerfile-mode
|
||||
:ensure t
|
||||
:mode "^Dockerfile$")
|
||||
#+END_SRC
|
||||
* Other functionality
|
||||
** Disable tab indenting by default
|
||||
#+name: other
|
||||
|
|
Loading…
Reference in a new issue