aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-07-16 23:34:32 -0700
committerGravatar Tom Willemse2023-07-16 23:34:32 -0700
commit833a01671a026d0b6b26712dd965d063ebd0ff5a (patch)
treede27fe4d7be19e4305f217e7bd89af20904514f5 /oni-org
parentb64b38187177b529c6706bd260157ec77c2758d1 (diff)
downloademacs-config-833a01671a026d0b6b26712dd965d063ebd0ff5a.tar.gz
emacs-config-833a01671a026d0b6b26712dd965d063ebd0ff5a.zip
[oni-org] Add category icons for “blog” and “writing”
Diffstat (limited to 'oni-org')
-rw-r--r--oni-org/icons/bx-rss.svg1
-rw-r--r--oni-org/icons/bxs-pencil.svg1
-rw-r--r--oni-org/oni-org.el6
3 files changed, 6 insertions, 2 deletions
diff --git a/oni-org/icons/bx-rss.svg b/oni-org/icons/bx-rss.svg
new file mode 100644
index 0000000..5c9fc98
--- /dev/null
+++ b/oni-org/icons/bx-rss.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 20.001C19 11.729 12.271 5 4 5v2c7.168 0 13 5.832 13 13.001h2z"/><path d="M12 20.001h2C14 14.486 9.514 10 4 10v2c4.411 0 8 3.589 8 8.001z"/><circle cx="6" cy="18" r="2"/></svg> \ No newline at end of file
diff --git a/oni-org/icons/bxs-pencil.svg b/oni-org/icons/bxs-pencil.svg
new file mode 100644
index 0000000..94fd19c
--- /dev/null
+++ b/oni-org/icons/bxs-pencil.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M8.707 19.707 18 10.414 13.586 6l-9.293 9.293a1.003 1.003 0 0 0-.263.464L3 21l5.242-1.03c.176-.044.337-.135.465-.263zM21 7.414a2 2 0 0 0 0-2.828L19.414 3a2 2 0 0 0-2.828 0L15 4.586 19.414 9 21 7.414z"/></svg> \ No newline at end of file
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 7c62ec3..9267d17 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: 2023.0710.230606
+;; Version: 2023.0716.233213
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table ob-async)
;; This program is free software; you can redistribute it and/or modify
@@ -593,7 +593,9 @@ also move point to the start of the heading."
(,(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 "config" string-end) ,(expand-file-name "bx-cog.svg" oni-org-icons-dir) ,@svg)))))
+ (,(rx string-start "config" string-end) ,(expand-file-name "bx-cog.svg" oni-org-icons-dir) ,@svg)
+ (,(rx string-start "blog" string-end) ,(expand-file-name "bx-rss.svg" oni-org-icons-dir) ,@svg)
+ (,(rx string-start "writing" string-end) ,(expand-file-name "bxs-pencil.svg" oni-org-icons-dir) ,@svg)))))
(setq org-agenda-files
(cons oni-org-todo-main-file