Commit 4ce4688e173f

Vincent Demeester <vincent@sbr.pm>
2025-10-21 13:03:27
tools/emacs: revert org-agenda to what it was
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b850fa8
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)