From a9f30b2c8f4256c09db49b3eccb9974ff3419cb3 Mon Sep 17 00:00:00 2001 From: MountainMan <43313373+MountainMan1312@users.noreply.github.com> Date: Mon, 15 May 2023 00:20:14 -0400 Subject: Add keybind to open agenda file --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 8d741de..08af089 100644 --- a/init.el +++ b/init.el @@ -590,6 +590,7 @@ ;; am quite forgetful. ;; --------------------------------- + ;; Agenda configuration (use-package org :config @@ -625,7 +626,8 @@ org-habit-graph-column 60 org-habit-following-days 1 org-habit-preceding-days 21) - :bind (("C-c a" . org-agenda-list))) + :bind (("C-c a" . org-agenda-list) + ("C-c n a" . (lambda () (interactive) (find-file "~/kb/agenda.org"))))) ;; Update agenda periodically every `mm/refresh-agenda-time-seconds' seconds. -- cgit v1.2.3