about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-dashboard.el
diff options
context:
space:
mode:
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)