aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-07-31 11:50:17 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-07-31 11:50:17 +0200
commit964035bac010168b13333bb66fca4d7007e41be8 (patch)
tree3cedb251f319f095d4ce7c7a8688619c10ada968 /.config/emacs
parentb7d1837bf1cdbcafbe903e19c5afe78bbabaa07d (diff)
downloaddotfiles-964035bac010168b13333bb66fca4d7007e41be8.tar.gz
dotfiles-964035bac010168b13333bb66fca4d7007e41be8.zip
emacs: Add haml-mode
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.config/emacs')
-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.