From 88f8e0f139b0c0d81c834501dccde04a0032d55d Mon Sep 17 00:00:00 2001 From: shoshin Date: Fri, 16 Sep 2022 19:11:22 -0500 Subject: Clean: use fset instead of (setf (symbol-function ...)) --- shoshimacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shoshimacs.el') 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) -- cgit v1.2.3