summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2025-08-29 10:13:52 +0200
committerThomas Voss <thomas.voss@humanwave.nl> 2025-08-29 10:13:52 +0200
commit3fbee4372b9f796b12ccfc18223df2a722b4da5c (patch)
tree6a898a7dc1ed07a9c8830b50754f0207a5cce280 /.config/emacs/init.el
parentce7aa4eab58f4ed3da28eedda0bd2f6c0fe8cdff (diff)
emacs: Add an ‘mm-humanwave’ module
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 97525f1..eb0f23e 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -317,6 +317,8 @@ the buffer without saving it."
(require 'mm-darwin)) ; MacOS
(when mm-lsp-p
(require 'mm-lsp)) ; Language Server Protocol
+(when mm-humanwave-p
+ (require 'mm-humanwave)) ; Humanwave Extras
;; TODO: Put this somewhere reasonable