branch: elpa/nix-mode
commit c06222659c0952f79de6917d805285ea64c39a39
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
Don’t enable mmm-mode automatically
mmm-global-mode shouldn’t be set by us, but by the user in their own config.
---
nix-mode-mmm.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nix-mode-mmm.el b/nix-mode-mmm.el
index d0d0cca37e..b3667d07b3 100644
--- a/nix-mode-mmm.el
+++ b/nix-mode-mmm.el
@@ -23,7 +23,7 @@
:end-not-begin t
)))
-(setq mmm-global-mode 'maybe)
+;; (setq mmm-global-mode 'maybe)
(mmm-add-mode-ext-class 'nix-mode "\\.nix\\'" 'nix-sh)
(provide 'nix-mode-mmm)