aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-09-28 00:49:13 -0700
committerGravatar Tom Willemse2022-09-28 00:49:13 -0700
commit1c9b256f789c57b3bab73d3f8389c753a818c526 (patch)
tree39e21c83b1a36479ec6c4e5181b40dc3730c5308 /oni-org
parent073f83e8f9efa352ffd91aa664f3c845feba76fb (diff)
downloademacs-config-1c9b256f789c57b3bab73d3f8389c753a818c526.tar.gz
emacs-config-1c9b256f789c57b3bab73d3f8389c753a818c526.zip
[oni-org] Add icon for “config” tasks
Diffstat (limited to 'oni-org')
-rw-r--r--oni-org/icons/bx-cog.svg1
-rw-r--r--oni-org/oni-org.el5
2 files changed, 4 insertions, 2 deletions
diff --git a/oni-org/icons/bx-cog.svg b/oni-org/icons/bx-cog.svg
new file mode 100644
index 0000000..3431235
--- /dev/null
+++ b/oni-org/icons/bx-cog.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="m2.344 15.271 2 3.46a1 1 0 0 0 1.366.365l1.396-.806c.58.457 1.221.832 1.895 1.112V21a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1.598a8.094 8.094 0 0 0 1.895-1.112l1.396.806c.477.275 1.091.11 1.366-.365l2-3.46a1.004 1.004 0 0 0-.365-1.366l-1.372-.793a7.683 7.683 0 0 0-.002-2.224l1.372-.793c.476-.275.641-.89.365-1.366l-2-3.46a1 1 0 0 0-1.366-.365l-1.396.806A8.034 8.034 0 0 0 15 4.598V3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1.598A8.094 8.094 0 0 0 7.105 5.71L5.71 4.904a.999.999 0 0 0-1.366.365l-2 3.46a1.004 1.004 0 0 0 .365 1.366l1.372.793a7.683 7.683 0 0 0 0 2.224l-1.372.793c-.476.275-.641.89-.365 1.366zM12 8c2.206 0 4 1.794 4 4s-1.794 4-4 4-4-1.794-4-4 1.794-4 4-4z"></path></svg>
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 815fda4..ddb54cc 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2022.0925.164622
+;; Version: 2022.0928.004858
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti form-feed)
;; This program is free software; you can redistribute it and/or modify
@@ -570,7 +570,8 @@ also move point to the start of the heading."
(,(rx string-start "website" string-end) ,(expand-file-name "mat-web.svg" oni-org-icons-dir) ,@svg)
(,(rx string-start "desktop" string-end) ,(expand-file-name "bx-desktop.svg" oni-org-icons-dir) ,@svg)
(,(rx string-start "maint" string-end) ,(expand-file-name "bs-tools.svg" oni-org-icons-dir) ,@svg)
- (,(rx string-start "comm" string-end) ,(expand-file-name "bs-telephone-fill.svg" oni-org-icons-dir) ,@svg)))))
+ (,(rx string-start "comm" string-end) ,(expand-file-name "bs-telephone-fill.svg" oni-org-icons-dir) ,@svg)
+ (,(rx string-start "config" string-end) ,(expand-file-name "bx-cog.svg" oni-org-icons-dir) ,@svg)))))
(setq org-agenda-files
(cons oni-org-todo-main-file