aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index fc9f2f7..3a51654 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -523,6 +523,9 @@
(use-package dockerfile-mode
:defer t)
+(use-package haml-mode
+ :defer t)
+
;; I don't want to go LSP all the way, but for certain languages is almost
;; required (e.g. Go). In any case, let's keep it simple.