1 files changed, 12 insertions(+), 0 deletions(-)
M init.el
M init.el => init.el +12 -0
@@ 1248,6 1248,18 @@
;; Languages
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+(my-use-package org
+ :general
+ (my-leader
+ "a" '(org-agenda :wk "Agenda"))
+ :custom
+ (org-agenda-files '("~/doc/notes/agenda"))
+ (org-M-RET-may-split-line '((default . nil)))
+ (org-insert-heading-respect-content t)
+ (org-log-done 'time)
+ (org-log-into-drawer t)
+ (org-todo-keywords '((sequence "TODO(t)" "|" "CANCEL(c!)" "DONE(d!)"))))
+
;; PDF tools
(my-use-package pdf-tools
:ensure nil ;; TODO: how to manage this?