diff options
| author | JSDurand <mmemmew@gmail.com> | 2023-07-17 11:58:38 +0800 |
|---|---|---|
| committer | JSDurand <mmemmew@gmail.com> | 2023-07-17 11:58:38 +0800 |
| commit | 295c15063a61a4066beec7f9b9b98d2cf65646f2 (patch) | |
| tree | 769c10192775d879d835960976df42ef87da7190 | |
| parent | bd03a399440aa24123f09e7103135785be0e0e0d (diff) | |
basic: use entire map when switching projects
* basic.el (project-switch-use-entire-map): This is quite convenient.
| -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) |
