Emacs: Fix incorrect syntax
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -1114,7 +1114,7 @@ :back "\\([\"']\\|SQL\\);?" :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