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.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-project.el b/emacs/.emacs.d/init/ycp-project.el
index 7c208ed..f6ea925 100644
--- a/emacs/.emacs.d/init/ycp-project.el
+++ b/emacs/.emacs.d/init/ycp-project.el
@@ -40,6 +40,8 @@
my-project-remember-projects-timer
300 t
'my-project-remember-all-projects)
+ (delete '(project-eshell "Eshell") project-switch-commands)
+ (add-to-list 'project-switch-commands '(project-shell "Shell"))
)
(provide 'ycp-project)