branch: externals/doric-themes
commit 9d0327df7fbc907218bbbd01cb695c72900f9a18
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Update the defgroup to include links anda reworded docstring
---
 doric-themes.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doric-themes.el b/doric-themes.el
index 7d7fc56d1a..16c8a9d2ff 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -58,11 +58,11 @@
   (append doric-themes-light-themes doric-themes-dark-themes)
   "Symbols of all the Doric themes.")
 
-(defgroup doric-themes ()
-  "Minimalist themes with few colours and precise typography."
+(defgroup doric-themes nil
+  "Highly legible minimalist themes with precise typography."
   :group 'faces
-  :prefix "doric-themes-"
-  :tag "Doric Themes")
+  :link '(url-link :tag "Homepage" 
"https://protesilaos.com/emacs/doric-themes";)
+  :link '(url-link :tag "Sample pictures" 
"https://protesilaos.com/emacs/doric-themes-pictures";))
 
 ;;;; User options
 

Reply via email to