emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 26f59c5d98e76a16f53ee2f15541ac3b8c8b1177
parent 878bb95afb86180be0170b01c2ee0e43eb91ddf6
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue, 31 Mar 2020 22:06:02 +0300

change dashboard items

Diffstat:
Minit.org | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/init.org b/init.org @@ -526,10 +526,8 @@ These tables are taken from the [[https://github.com/Alexander-Miller/treemacs][ (setq show-week-agenda-p nil) (setq dashboard-set-footer nil) (setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))) - (setq dashboard-items '((recents . 5) - (bookmarks . 5) - (projects . 5) - (agenda . 10))) + (setq dashboard-items '((agenda . 10) + (projects . 5))) :config (dashboard-setup-startup-hook)) #+END_SRC ** Extras