diff options
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index e044680f..e25e54e4 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1114,7 +1114,7 @@ :face mmm-code-submode-face))) (mmm-add-mode-ext-class 'php-mode "\\.php$" 'php-sql) (setq php-sql-mmm-submode-enabled t)))) - :init (setq 'mmm-global-mode 'maybe)) + :init (setq mmm-global-mode 'maybe)) ;;;; Windows & Frames |