Commit 4ce4688e173f
Changed files (1)
tools
emacs
tools/emacs/init.el
@@ -1250,12 +1250,12 @@ minibuffer, even without explicitly focusing it."
("bike" ,(list (propertize "๐ดโโ๏ธ")))
("security" ,(list (propertize "๐ก๏ธ")))
("i*" ,(list (propertize "๐")))))
- (org-agenda-prefix-format '((agenda . " %i %-12:c%?-12t%s%(my/org-agenda-repeater)") ;; " %i %?-12t% s")
+ (org-agenda-prefix-format '((agenda . " %i %?-12t% s") ;; " %i %-12:c%?-12t%s%(my/org-agenda-repeater)"
(todo . " %i")
(tags . " %i")
(search . " %i")))
- (org-agenda-scheduled-leaders '("Sched." "S.%2dx"))
- (org-agenda-deadline-leaders '("Deadl." "In%2dd" "D.%2dx"))
+ ;; (org-agenda-scheduled-leaders '("Sched." "S.%2dx"))
+ ;; (org-agenda-deadline-leaders '("Deadl." "In%2dd" "D.%2dx"))
(org-insert-heading-respect-content t)
(org-M-RET-may-split-line '((default . nil)))
(org-goto-interface 'outline-path-completion)