diff options
Diffstat (limited to 'shoshimacs.org')
-rw-r--r-- | shoshimacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shoshimacs.org b/shoshimacs.org index 7b75736..3c7bdf6 100644 --- a/shoshimacs.org +++ b/shoshimacs.org @@ -748,7 +748,7 @@ the ~symbol-function~ place on the ~project-prefix-map~ to be the value, the actual keymap structure, of the ~project-prefix-map~ symbol. 😵 #+begin_src emacs-lisp - (setf (symbol-function 'project-prefix-map) project-prefix-map) + (fset 'project-prefix-map project-prefix-map) #+end_src ** version control |