Doom: Disable projectile/perspective integration

This commit is contained in:
2023-03-13 22:40:57 -07:00
parent 350d74dfb2
commit 41f65384f2

View File

@@ -129,3 +129,6 @@
;; Insist on using regular "ls", to override Doom's insistence on "gls" on Mac+Nix
(setq insert-directory-program "ls")
(setq vterm-shell "fish")
;; Don't create a new workspace when opening a projectile project
(setq-default +workspaces-on-switch-project-behavior nil)