diff options
-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 116c90f..455eeac 100644 --- a/gnosis-faces.el +++ b/gnosis-faces.el @@ -70,6 +70,11 @@ "Face for user choice." :group 'gnosis-face) +(defface gnosis-face-hint + '((t :inherit warning)) + "Face for user choice." + :group 'gnosis-face) + (provide 'gnosis-faces) ;;; gnosis-faces.el ends here |