From 639b5411045a408969c1af119e993f2846322ed2 Mon Sep 17 00:00:00 2001 From: shoshin Date: Wed, 14 Sep 2022 21:28:41 -0500 Subject: Fix: project prefix map [keybinding] --- shoshimacs.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shoshimacs.el') diff --git a/shoshimacs.el b/shoshimacs.el index 4a339d8..8462e03 100644 --- a/shoshimacs.el +++ b/shoshimacs.el @@ -194,6 +194,8 @@ (define-key flymake-mode-map (kbd "M-p") 'flymake-goto-prev-error)) ;;; Projects +(define-key my-key-map "p" project-prefix-map) + (package-install 'magit) ;; Applications -- cgit v1.2.3