diff options
| author | Baitinq <[email protected]> | 2022-07-12 00:29:29 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-12 00:29:29 +0200 |
| commit | 939e044c5f1a93f3fc3d2ddb1bf6a916893c8564 (patch) | |
| tree | 427bc82c7304d27b90d0598668eb3afdeed19d8d /dotfiles | |
| parent | Emacs: Enable direnv and lsp (haskell) (diff) | |
| download | nixos-config-939e044c5f1a93f3fc3d2ddb1bf6a916893c8564.tar.gz nixos-config-939e044c5f1a93f3fc3d2ddb1bf6a916893c8564.tar.bz2 nixos-config-939e044c5f1a93f3fc3d2ddb1bf6a916893c8564.zip | |
Emacs: Add projects to the dashboard
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/.emacs | 3 |
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 |