about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-12 00:29:29 +0200
committerBaitinq <[email protected]>2022-07-12 00:29:29 +0200
commite79dd30509302ca6844f66ff9114d0dd52722218 (patch)
treeaa016a1f9d3cd22575dd1500b231b519e34ac80e
parentEmacs: Enable direnv and lsp (haskell) (diff)
downloadnixos-config-e79dd30509302ca6844f66ff9114d0dd52722218.tar.gz
nixos-config-e79dd30509302ca6844f66ff9114d0dd52722218.tar.bz2
nixos-config-e79dd30509302ca6844f66ff9114d0dd52722218.zip
Emacs: Add projects to the dashboard
-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