diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-08-06 16:04:09 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-08-06 16:04:09 +0100 |
commit | 16764da88568497c148f312157deb3de79678517 (patch) | |
tree | 8cff7b7cd02a8e8dc4feb5d9c45d3edbbe5019a6 /emacs-prelude/personal/lisp/init-dashboard.el | |
parent | 20e27e477fe208340ffbd60b485ea89727185877 (diff) | |
download | dotfiles-16764da88568497c148f312157deb3de79678517.tar.gz |
Play around with some UI stuff (mainly modus themes)
Diffstat (limited to 'emacs-prelude/personal/lisp/init-dashboard.el')
-rw-r--r-- | emacs-prelude/personal/lisp/init-dashboard.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-prelude/personal/lisp/init-dashboard.el b/emacs-prelude/personal/lisp/init-dashboard.el index 1986271..538bc4c 100644 --- a/emacs-prelude/personal/lisp/init-dashboard.el +++ b/emacs-prelude/personal/lisp/init-dashboard.el @@ -6,7 +6,7 @@ dashboard-set-footer nil dashboard-week-agenda t dashboard-projects-backend 'projectile - ;dashboard-projects-switch-function 'projectile-persp-switch-project + dashboard-projects-switch-function 'projectile-persp-switch-project dashboard-items '((recents . 15) (bookmarks . 5) (projects . 5) |