diff --git a/oni-org/icons/album-fill.svg b/oni-org/icons/album-fill.svg new file mode 100644 index 0000000..a0a0b6e --- /dev/null +++ b/oni-org/icons/album-fill.svg @@ -0,0 +1,3 @@ + + + diff --git a/oni-org/icons/code.svg b/oni-org/icons/code.svg new file mode 100644 index 0000000..f1599b2 --- /dev/null +++ b/oni-org/icons/code.svg @@ -0,0 +1,3 @@ + + + diff --git a/oni-org/icons/guix.svg b/oni-org/icons/guix.svg new file mode 100644 index 0000000..de3579e --- /dev/null +++ b/oni-org/icons/guix.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/oni-org/icons/list.svg b/oni-org/icons/list.svg new file mode 100644 index 0000000..ad0fbf3 --- /dev/null +++ b/oni-org/icons/list.svg @@ -0,0 +1,3 @@ + + + diff --git a/oni-org/icons/video-fill.svg b/oni-org/icons/video-fill.svg new file mode 100644 index 0000000..d2dd800 --- /dev/null +++ b/oni-org/icons/video-fill.svg @@ -0,0 +1,3 @@ + + + diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index f882649..aa8bb3b 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2023.0806.002721 +;; Version: 2023.0822.170151 ;; 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 @@ -575,6 +575,7 @@ also move point to the start of the heading." `((,(rx string-start "task" string-end) ,(expand-file-name "bx-task.svg" oni-org-icons-dir) ,@svg) (,(rx string-start "inbox" string-end) ,(expand-file-name "bxs-inbox.svg" oni-org-icons-dir) ,@svg) (,(rx string-start "email" string-end) ,(expand-file-name "mat-email.svg" oni-org-icons-dir) ,@svg) + (,(rx string-start "mail" string-end) ,(expand-file-name "mat-email.svg" oni-org-icons-dir) ,@svg) (,(rx string-start "life" string-end) ,(expand-file-name "mat-one-up.svg" oni-org-icons-dir) ,@svg) (,(rx string-start "feature" string-end) ,(expand-file-name "mat-star-circle-outline.svg" oni-org-icons-dir) ,@svg) (,(rx string-start "work" string-end) ,(expand-file-name "bs-building.svg" oni-org-icons-dir) ,@svg) @@ -591,6 +592,7 @@ also move point to the start of the heading." (,(rx string-start "question" string-end) ,(expand-file-name "mat-head-question.svg" oni-org-icons-dir) ,@svg) (,(rx string-start "music" string-end) ,(expand-file-name "bxs-music.svg" oni-org-icons-dir) ,@svg) (,(rx string-start "emacs" string-end) ,(expand-file-name "emacs.svg" oni-org-icons-dir) ,@svg) + (,(rx string-start "guix" string-end) ,(expand-file-name "guix.svg" oni-org-icons-dir) ,@svg) (,(rx string-start "moving" string-end) ,(expand-file-name "bxs-truck.svg" oni-org-icons-dir) ,@svg) (,(rx string-start "security" string-end) ,(expand-file-name "mat-security.svg" oni-org-icons-dir) ,@svg) (,(rx string-start "website" string-end) ,(expand-file-name "mat-web.svg" oni-org-icons-dir) ,@svg) @@ -599,7 +601,11 @@ also move point to the start of the heading." (,(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 "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))))) + (,(rx string-start "writing" string-end) ,(expand-file-name "bxs-pencil.svg" oni-org-icons-dir) ,@svg) + (,(rx string-start "code" string-end) ,(expand-file-name "code.svg" oni-org-icons-dir) ,@svg) + (,(rx string-start "list" string-end) ,(expand-file-name "list.svg" oni-org-icons-dir) ,@svg) + (,(rx string-start "video" string-end) ,(expand-file-name "video-fill.svg" oni-org-icons-dir) ,@svg) + (,(rx string-start "album" string-end) ,(expand-file-name "album-fill.svg" oni-org-icons-dir) ,@svg))))) (setq org-agenda-files (cons oni-org-todo-main-file