Skip to content

Commit

Permalink
Enumerate choices for comments styles (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpe90 authored May 7, 2024
1 parent b03749c commit ba7a003
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kaolin-themes.el
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@

(defcustom kaolin-themes-comments-style 'normal
"Sets the style of commentaries: normal which is used by default, alt to use colored commentary or contrast to make them more distinguished."
:options '(normal alt contrast)
:type '(choice (const :tag "Normal" normal)
(const :tag "Colored" alt)
(const :tag "Contrast" contrast))
:group 'kaolin-themes)

(defcustom kaolin-themes-git-gutter-solid nil
Expand Down

0 comments on commit ba7a003

Please sign in to comment.