summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2014-07-12 09:27:59 +0100
committerAlan Pearce2014-07-12 09:27:59 +0100
commite17fe4399e3f9494cae351c8a1876fe722cd6b8d (patch)
tree0af0162dbca3997d63079b17e04bf23f0c4b52ae /tag-emacs/emacs.d
parent4c4211624ed10b36b190978685340df04c07f968 (diff)
downloaddotfiles-e17fe4399e3f9494cae351c8a1876fe722cd6b8d.tar.lz
dotfiles-e17fe4399e3f9494cae351c8a1876fe722cd6b8d.tar.zst
dotfiles-e17fe4399e3f9494cae351c8a1876fe722cd6b8d.zip
Emacs: Fix incorrect syntax
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index e044680..e25e54e 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