summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-07-17 11:58:38 +0800
committerJSDurand <mmemmew@gmail.com>2023-07-17 11:58:38 +0800
commit295c15063a61a4066beec7f9b9b98d2cf65646f2 (patch)
tree769c10192775d879d835960976df42ef87da7190
parentbd03a399440aa24123f09e7103135785be0e0e0d (diff)
basic: use entire map when switching projects
* basic.el (project-switch-use-entire-map): This is quite convenient.
-rw-r--r--basic.el5
1 files changed, 5 insertions, 0 deletions
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)