diff options
-rw-r--r-- | basic.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |