Restore project-switch-commands
This commit is contained in:
parent
2376ef8016
commit
e0258c8fd9
|
@ -487,7 +487,11 @@
|
||||||
(global-flymake-popon-mode +1))
|
(global-flymake-popon-mode +1))
|
||||||
|
|
||||||
(setq project-switch-use-entire-map t
|
(setq project-switch-use-entire-map t
|
||||||
project-switch-commands 'project-dired)
|
project-switch-commands '((project-find-file "Find file")
|
||||||
|
(project-find-regexp "Find regexp")
|
||||||
|
(project-find-dir "Find directory")
|
||||||
|
(project-vc-dir "VC-Dir")
|
||||||
|
(project-eshell "Eshell")))
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|
|
@ -589,7 +589,11 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
** Project
|
** Project
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq project-switch-use-entire-map t
|
(setq project-switch-use-entire-map t
|
||||||
project-switch-commands 'project-dired)
|
project-switch-commands '((project-find-file "Find file")
|
||||||
|
(project-find-regexp "Find regexp")
|
||||||
|
(project-find-dir "Find directory")
|
||||||
|
(project-vc-dir "VC-Dir")
|
||||||
|
(project-eshell "Eshell")))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Version control
|
** Version control
|
||||||
*** Magit
|
*** Magit
|
||||||
|
|
Loading…
Reference in a new issue