diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-07 06:45:26 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-07 06:45:26 -0700 |
| commit | 82174ea1f439fc67f5648e76379fd8341309494e (patch) | |
| tree | f107862f941066bdc2e3ed2e795649a2fdd8bb0d | |
| parent | which-key is now a built-in with emacs 30.1 (diff) | |
| download | emacs.d-82174ea1f439fc67f5648e76379fd8341309494e.tar.gz | |
| -rw-r--r-- | config/init-project.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/init-project.el b/config/init-project.el index 62c246c..072bfac 100644 --- a/config/init-project.el +++ b/config/init-project.el @@ -69,7 +69,8 @@ (use-package project :config - (setq project-switch-commands + (setq project-mode-line t + project-switch-commands '((project-find-file "Find file" f) (project-dired "Dired" d) (project-eshell "Eshell" e) |
