aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-06 13:53:08 -0700
committerGravatar Tom Willemse2021-07-06 21:01:05 -0700
commit4309e56f0056eee89053178aea8ccc73f818d8c5 (patch)
treec3b4dddf7cb6717035f651d996af42bcf3aadfc4
parent02c496b04a27678b21e5fdc7b4823d44a2ceef58 (diff)
downloademacs-config-4309e56f0056eee89053178aea8ccc73f818d8c5.tar.gz
emacs-config-4309e56f0056eee89053178aea8ccc73f818d8c5.zip
[oni-org] Document where icons come from
-rw-r--r--oni-org/oni-org.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 705a94c..2b93a20 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: 2021.0706.003249
+;; Version: 2021.0706.210056
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti)
;; This program is free software; you can redistribute it and/or modify
@@ -23,8 +23,11 @@
;;; Commentary:
;; Configuration for `org-mode'. The icons used in
-;; ‘org-agenda-category-icon-alist’ are from the Gradient Line style of Icons 8.
-;; See URL ‘https://icons8.com’.
+;; ‘org-agenda-category-icon-alist’ are from the following sites:
+
+;; - bx*-*.svg: https://boxicons.com/ (bxs for Solid, and bx for not solid)
+;; - mat-*.svg: https://fonts.google.com/icons?selected=Material+Icons
+;; - bs-*.svg: https://icons.getbootstrap.com/
;;; Code: