asdfjkl;
This commit is contained in:
parent
abe08f7537
commit
6161d6448e
1 changed files with 78 additions and 69 deletions
|
@ -663,6 +663,15 @@ Cause emacs overlay lol
|
|||
("note" . ?n)
|
||||
("idea" . ?i)))
|
||||
|
||||
;; should be less distracting
|
||||
(setq org-agenda-prefix-format '(
|
||||
;; (agenda . " %i %-12:c%?-12t% s") ;; file name + org-agenda-entry-type
|
||||
(agenda . " - ")
|
||||
(timeline . " % s")
|
||||
(todo . " %i %-12:c")
|
||||
(tags . " %i %-12:c")
|
||||
(search . " %i %-12:c")))
|
||||
|
||||
;; Configure custom agenda views
|
||||
(setq org-agenda-custom-commands
|
||||
'(("d" "Dashboard"
|
||||
|
|
Loading…
Reference in a new issue