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 | e79dd30509302ca6844f66ff9114d0dd52722218 (patch) | |
| tree | aa016a1f9d3cd22575dd1500b231b519e34ac80e | |
| parent | Emacs: Enable direnv and lsp (haskell) (diff) | |
| download | nixos-config-e79dd30509302ca6844f66ff9114d0dd52722218.tar.gz nixos-config-e79dd30509302ca6844f66ff9114d0dd52722218.tar.bz2 nixos-config-e79dd30509302ca6844f66ff9114d0dd52722218.zip | |
Emacs: Add projects to the dashboard
| -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 |