emacs.d

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

commit 1418048b0d70170dfdd85bb31e947aa8ee429e9f
parent e6471f3cd4a9b213cd9a90719f1af50d7d170d52
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat, 28 Mar 2020 23:07:51 +0300

dashboard: show only daily agenda

Diffstat:
Minit.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.org b/init.org @@ -492,7 +492,7 @@ simple, straightforward interface. :defines show-week-agenda-p :init (setq dashboard-center-content t) - (setq show-week-agenda-p t) + (setq show-week-agenda-p nil) (setq dashboard-set-footer nil) (setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))) (setq dashboard-items '((recents . 5)