diff options
Diffstat (limited to 'shoshimacs.el')
-rw-r--r-- | shoshimacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shoshimacs.el b/shoshimacs.el index bb72c6e..10d107f 100644 --- a/shoshimacs.el +++ b/shoshimacs.el @@ -195,7 +195,7 @@ (define-key flymake-mode-map (kbd "M-p") 'flymake-goto-prev-error)) ;;; Projects -(setf (symbol-function 'project-prefix-map) project-prefix-map) +(fset 'project-prefix-map project-prefix-map) (package-install 'magit) |