aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-project.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-project.el')
-rw-r--r--emacs/.emacs.d/init/ycp-project.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init/ycp-project.el b/emacs/.emacs.d/init/ycp-project.el
index f6ea925..e5442bb 100644
--- a/emacs/.emacs.d/init/ycp-project.el
+++ b/emacs/.emacs.d/init/ycp-project.el
@@ -28,7 +28,7 @@
(my-package my-project
- (:delay 15)
+ (:delay 30)
(my-setq-from-local my-projects-root-dirs)
(my-keybind global-map
"\C-xpl" #'my-project-copy-license-file-to-project
@@ -42,6 +42,8 @@
'my-project-remember-all-projects)
(delete '(project-eshell "Eshell") project-switch-commands)
(add-to-list 'project-switch-commands '(project-shell "Shell"))
+ (define-key project-prefix-map "m" #'magit-project-status)
+ (add-to-list 'project-switch-commands '(magit-project-status "Magit") t)
)
(provide 'ycp-project)