Remove advice around project switching

This commit is contained in:
Vedang Manerikar 2024-11-15 13:28:35 +05:30
parent 21a1fa9349
commit 3a69c49265
2 changed files with 2 additions and 6 deletions

View file

@ -2566,9 +2566,7 @@ limited to that frame ([[#h:77e4f174-0c86-460d-8a54-47545f922ae9][The =unravel-w
(project-shell "Shell")
(keyboard-quit "Quit")))
(setq project-vc-extra-root-markers '(".project")) ; Emacs 29
(setq project-key-prompt-style t) ; Emacs 30
(advice-add #'project-switch-project :after #'prot-common-clear-minibuffer-message))
(setq project-key-prompt-style t)) ; Emacs 30
#+end_src
*** The =unravel-git.el= section about ~diff-mode~

View file

@ -29,9 +29,7 @@
(project-shell "Shell")
(keyboard-quit "Quit")))
(setq project-vc-extra-root-markers '(".project")) ; Emacs 29
(setq project-key-prompt-style t) ; Emacs 30
(advice-add #'project-switch-project :after #'prot-common-clear-minibuffer-message))
(setq project-key-prompt-style t)) ; Emacs 30
;;;; `diff-mode'
(use-package diff-mode