summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)