mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +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
|
:ensure t
|
||||||
:mode "\.yml$")
|
:mode "\.yml$")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** Docker
|
||||||
|
#+name: programming
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package dockerfile-mode
|
||||||
|
:ensure t
|
||||||
|
:mode "^Dockerfile$")
|
||||||
|
#+END_SRC
|
||||||
* Other functionality
|
* Other functionality
|
||||||
** Disable tab indenting by default
|
** Disable tab indenting by default
|
||||||
#+name: other
|
#+name: other
|
||||||
|
|
Loading…
Reference in a new issue