all repos — archive/dotfiles @ e17fe4399e3f9494cae351c8a1876fe722cd6b8d

Superseded by nixfiles

Emacs: Fix incorrect syntax
Alan Pearce alan@alanpearce.co.uk
Sat, 12 Jul 2014 09:27:59 +0100
commit

e17fe4399e3f9494cae351c8a1876fe722cd6b8d

parent

4c4211624ed10b36b190978685340df04c07f968

1 files changed, 1 insertions(+), 1 deletions(-)

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