about summary refs log tree commit diff
path: root/dotfiles/.emacs
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-12 00:29:29 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-12 00:29:29 +0200
commit939e044c5f1a93f3fc3d2ddb1bf6a916893c8564 (patch)
tree427bc82c7304d27b90d0598668eb3afdeed19d8d /dotfiles/.emacs
parentEmacs: Enable direnv and lsp (haskell) (diff)
downloadnixos-config-939e044c5f1a93f3fc3d2ddb1bf6a916893c8564.tar.gz
nixos-config-939e044c5f1a93f3fc3d2ddb1bf6a916893c8564.tar.bz2
nixos-config-939e044c5f1a93f3fc3d2ddb1bf6a916893c8564.zip
Emacs: Add projects to the dashboard
Diffstat (limited to '')
-rw-r--r--dotfiles/.emacs3
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/.emacs b/dotfiles/.emacs
index 90a1614..65cf70b 100644
--- a/dotfiles/.emacs
+++ b/dotfiles/.emacs
@@ -49,7 +49,8 @@
   (setq dashboard-center-content nil)
   (setq dashboard-items '((recents  . 5)
                         (bookmarks . 5)
-                        (agenda . 5)
+			(projects . 5)
+			(agenda . 5)
                         (registers . 5)))
   (setq dashboard-set-navigator t)
   :config