diff options
author | ThanosApollo <[email protected]> | 2022-11-26 23:06:37 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-11-26 23:06:37 +0200 |
commit | 4ffe5c85ea5abc301ca9cf6e96e9cf224288eaa0 (patch) | |
tree | c23aa0e2682c66faeb8d08765fe444fcaa314594 /.emacs.d | |
parent | 042b0c92b4cefc419344942136b2142470c4bb8a (diff) |
Style
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index ffc5ba3..4897d28 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -77,8 +77,8 @@ (use-package dashboard :ensure t :config - (dashboard-setup-startup-hook) - ) + (dashboard-setup-startup-hook)) + (setq dashboard-items '((recents . 5) (bookmarks . 5))) (setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))) |