diff options
Diffstat (limited to 'gnosis-faces.el')
-rw-r--r-- | gnosis-faces.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnosis-faces.el b/gnosis-faces.el index 49c99e4..f6c3554 100644 --- a/gnosis-faces.el +++ b/gnosis-faces.el @@ -55,6 +55,11 @@ "Face for section seperator." :group 'gnosis-face) +(defface gnosis-face-user-choice + '((t :inherit underline)) + "Face for user choice." + :group 'gnosis-face) + (provide 'gnosis-faces) ;;; gnosis-faces.el ends here |