summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index ec9df21..6b4fda2 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1020,7 +1020,7 @@ Works with: arglist-cont-nonempty, arglist-close."
 
 (when (and (equal emacs-major-version 24)
            (equal emacs-minor-version 2))
-  (use-package "mumamo"
+  (use-package mumamo
     :defer t
     :config (progn (setq mumamo-per-buffer-local-vars
                          (delq 'buffer-file-name mumamo-per-buffer-local-vars)))))