diff options
author | shoshin <shoshin@cicadas.surf> | 2022-09-14 21:28:41 -0500 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-09-14 21:28:41 -0500 |
commit | 639b5411045a408969c1af119e993f2846322ed2 (patch) | |
tree | ab4ac2a2b6c7f5cdfd8107579a2f6369f7f8d144 /shoshimacs.el | |
parent | 291c6c13e3b42d3a6d813ab6e60a8a911f6a1dcf (diff) |
Fix: project prefix map [keybinding]
Diffstat (limited to 'shoshimacs.el')
-rw-r--r-- | shoshimacs.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |