diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-08-25 11:03:00 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-08-25 11:03:00 +0200 |
| commit | 66876d142b908b37f32063c74dbe43f1aa116978 (patch) | |
| tree | e1be008aad5604390ab852e148a0e9148edb2856 /emacs/init.el | |
| parent | 26a8832147a1df28ba57f4de7c5a38575613691f (diff) | |
| download | dotfiles-66876d142b908b37f32063c74dbe43f1aa116978.tar.gz dotfiles-66876d142b908b37f32063c74dbe43f1aa116978.zip | |
emacs: added dockerfile mode and removed the .service file
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 7818185..9949e47 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -581,4 +581,10 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." (add-hook 'cmake-mode-hook 'cmake-font-lock-activate) (add-hook 'yaml-mode-hook 'warnings-mode-hook))) +(use-package dockerfile-mode + :ensure t + :config + + (add-to-list 'auto-mode-alist '("Dockerfile\\'" . dockerfile-mode))) + ;;; init.el ends here |
