~ruther/emacs.d

e582db384895fe1f695a8476efd47641579dd52a — Rutherther a month ago 6fad8fc
feat: configure org agenda basics

From Prot's video mostly.
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?