From 49f5687a76f51737b95b5c9fffc1f73f2e8da1e8 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 23 Jun 2023 21:43:43 +1000 Subject: minor changes to org and gnus --- emacs/.emacs.d/init/ycp-project.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs/.emacs.d/init/ycp-project.el') 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) -- cgit v1.2.3