diff options
author | Alan Pearce | 2014-07-12 09:27:59 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-12 09:27:59 +0100 |
commit | e17fe4399e3f9494cae351c8a1876fe722cd6b8d (patch) | |
tree | 0af0162dbca3997d63079b17e04bf23f0c4b52ae /tag-emacs | |
parent | 4c4211624ed10b36b190978685340df04c07f968 (diff) | |
download | nixfiles-e17fe4399e3f9494cae351c8a1876fe722cd6b8d.tar.lz nixfiles-e17fe4399e3f9494cae351c8a1876fe722cd6b8d.tar.zst nixfiles-e17fe4399e3f9494cae351c8a1876fe722cd6b8d.zip |
Emacs: Fix incorrect syntax
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 |