aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el
index 8d741de..08af089 100644
--- a/init.el
+++ b/init.el
@@ -590,6 +590,7 @@
590;; am quite forgetful. 590;; am quite forgetful.
591;; --------------------------------- 591;; ---------------------------------
592 592
593
593;; Agenda configuration 594;; Agenda configuration
594(use-package org 595(use-package org
595 :config 596 :config
@@ -625,7 +626,8 @@
625 org-habit-graph-column 60 626 org-habit-graph-column 60
626 org-habit-following-days 1 627 org-habit-following-days 1
627 org-habit-preceding-days 21) 628 org-habit-preceding-days 21)
628 :bind (("C-c a" . org-agenda-list))) 629 :bind (("C-c a" . org-agenda-list)
630 ("C-c n a" . (lambda () (interactive) (find-file "~/kb/agenda.org")))))
629 631
630 632
631;; Update agenda periodically every `mm/refresh-agenda-time-seconds' seconds. 633;; Update agenda periodically every `mm/refresh-agenda-time-seconds' seconds.