home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit f65975970d43dce56da5cb67bfd27ce65dfb2ce3
parent 77f42ac72fe5c0779e1eecf62f17453659866607
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 22 Feb 2024 23:11:07 +0100

tools/emacs: add icon for tekton-*

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -126,6 +126,7 @@ (org-agenda-category-icon-alist `(("journal" ,(list (propertize "📝"))) ("project--" ,(list (propertize "💼" ))) + ("tekton-", (list (propertize "😼"))) ("area--" ,(list (propertize"🏢" ))) ("area--home" ,(list (propertize"🏡" ))) ("home" ,(list (propertize"🏡" )))