From e783c6b34c10e6f508777c14c7b4a9db7768e587 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Thu, 28 Mar 2019 16:53:55 +0100 Subject: Emacs: Use apache-mode --- dot.emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) 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\\'") -- cgit v1.2.3