From 295c15063a61a4066beec7f9b9b98d2cf65646f2 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 17 Jul 2023 11:58:38 +0800 Subject: basic: use entire map when switching projects * basic.el (project-switch-use-entire-map): This is quite convenient. --- basic.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'basic.el') diff --git a/basic.el b/basic.el index bc0b321..31ed1c0 100644 --- a/basic.el +++ b/basic.el @@ -131,6 +131,11 @@ ;; This colorized output is annoying to me. (setq bookmark-fontify nil) +;;; Use entire map for projects + +(require 'project) +(setq project-switch-use-entire-map t) + ;;; eshell (define-key global-map (vector ?\H-e) #'eshell) -- cgit v1.2.3-18-g5258