all repos — nixfiles @ e17fe4399e3f9494cae351c8a1876fe722cd6b8d

System and user configuration, managed by nix and home-manager

Emacs: Fix incorrect syntax

Alan Pearce
commit

e17fe4399e3f9494cae351c8a1876fe722cd6b8d

parent

4c4211624ed10b36b190978685340df04c07f968

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.eltag-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