aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-03-28 16:53:55 +0100
committerThomas Schneider <qsx@qsx.re>2019-03-28 16:53:55 +0100
commite783c6b34c10e6f508777c14c7b4a9db7768e587 (patch)
tree39f3fda7e4e8534a559dd0d9b952276618430c92 /dot.emacs.d
parentd5827fd5d6a339be65c6dbc4b0463746444351d5 (diff)
Emacs: Use apache-mode
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index f2d83b6..5d84260 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -89,6 +89,8 @@
(use-package flycheck
:init (global-flycheck-mode))
+(use-package apache-mode)
+
(use-package yaml-mode
:mode "\\.yml\\'")