[emacs] Match new org names for proper agenda symbols

This commit is contained in:
Sebastian Schulze 2024-01-03 10:13:25 +01:00
parent 4ef9097a9f
commit 6b499c4d05
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 2 additions and 0 deletions

View File

@ -420,6 +420,8 @@ is tomorrow. With two prefixes, select the deadline."
'(("Todo" "~/.icons/emacs/todo-16x16.png" nil nil :ascent center)
("Personal" "~/.icons/emacs/person-16x16.png" nil nil :ascent center)
("Customer.*" "~/.icons/emacs/customer-16x16.png" nil nil :ascent center)
("Alfaview" "~/.icons/emacs/customer-16x16.png" nil nil :ascent center)
("Calendar" "~/.icons/emacs/calendar-16x16.png" nil nil :ascent center)
("Freelance.*" "~/.icons/emacs/customer-16x16.png" nil nil :ascent center)
("Projects" "~/.icons/emacs/generic-folder-16x16.png" nil nil :ascent center)
("\\(ROPrivat\\|ROArbeit\\)" "~/.icons/emacs/calendar-16x16.png" nil nil :ascent center)