Commit 1a57c8e7fd4f

Vincent Demeester <vincent@sbr.pm>
2025-01-23 00:34:19
tools/emacs: more icon for org-agenda
1 parent c9ca4cd
Changed files (1)
tools
emacs
tools/emacs/config/config-org.el
@@ -148,8 +148,9 @@
 				    ("people"  ,(list (propertize"๐Ÿ‘ค" )))
 				    ("machine" ,(list (propertize "๐Ÿ–ฅ๏ธ")))
 				    ("website" ,(list (propertize "๐ŸŒ")))
+				    ("bike" ,(list (propertize "๐Ÿšดโ€โ™‚๏ธ")))
 				    ("security" ,(list (propertize "๐Ÿ›ก๏ธ")))
-				    (".*" '(space . (:width (16))))))
+				    ("i*" ,(list (propertize "๐Ÿ“’")))))
   (org-agenda-sticky t)
   :config