Add org-agenda directory

This commit is contained in:
g1n 2021-05-19 11:19:01 +03:00
parent 3b58d35507
commit 16457a4057
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
(global-set-key (kbd "C-c l") 'org-store-link)
(global-set-key (kbd "C-c a") 'org-agenda)
(global-set-key (kbd "C-c c") 'org-capture)
(setq org-agenda-files '("~/org/agenda"))
; exwm
(require 'exwm)
(require 'exwm-config)