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:
parent
7ea5372702
commit
6423dd73d8
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue