about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-dashboard.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-09-01 16:28:44 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-09-01 16:30:44 +0100
commit1c9f64d02cc34312dfb0c27cbfdba4082cde9e25 (patch)
tree943d52bc91226b3e98446ffef6ee5237d9110fff /.emacs.d/lisp/init-dashboard.el
parentafa8c2eab048db294dccec4ad6113ce8977d4bb2 (diff)
downloaddotfiles-1c9f64d02cc34312dfb0c27cbfdba4082cde9e25.tar.gz
Switch from projectile to project.el
Diffstat (limited to '.emacs.d/lisp/init-dashboard.el')
-rw-r--r--.emacs.d/lisp/init-dashboard.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-dashboard.el b/.emacs.d/lisp/init-dashboard.el
index 30285a5..63cacc6 100644
--- a/.emacs.d/lisp/init-dashboard.el
+++ b/.emacs.d/lisp/init-dashboard.el
@@ -8,8 +8,8 @@
         dashboard-startup-banner 'logo
         dashboard-set-footer nil
         dashboard-week-agenda t
-        dashboard-projects-backend 'projectile
-        dashboard-projects-switch-function 'projectile-persp-switch-project
+        dashboard-projects-backend 'project-el
+        dashboard-projects-switch-function 'switch-project
         dashboard-items '((recents  . 15)
                         (bookmarks . 5)
                         (projects . 5)