Improve emacs workspace switching

Change switch project function to doom-project-browse, allows quick
access to being in project directory without having to open a file
This commit is contained in:
Evie Litherland-Smith 2023-10-18 06:12:34 +01:00
parent 7ea5372702
commit 6423dd73d8

View file

@ -30,6 +30,10 @@
(set-frame-parameter nil 'alpha-background 80) (set-frame-parameter nil 'alpha-background 80)
(add-to-list 'default-frame-alist '(alpha-background . 80)) (add-to-list 'default-frame-alist '(alpha-background . 80))
(after! projectile
(setq +workspaces-switch-project-function 'doom-project-browse
doom-projectile-cache-purge-non-projects t))
;; DOOM Dashboard customisation ;; DOOM Dashboard customisation
(setq +doom-dashboard-menu-sections (setq +doom-dashboard-menu-sections
'(("Recently opened files" '(("Recently opened files"