summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-27 10:57:43 +0200
committerThanos Apollo <[email protected]>2023-12-27 10:57:43 +0200
commit2d8cbf4b67c73ee099fc5490a91b26b99eb176ea (patch)
tree9a456d03fa5bb4671dfc3f5c64888ca82f34800c
parent904e9ba14ed6c4ce5839ad4b56c8fca069203565 (diff)
Add gnosis-face-hint
-rw-r--r--gnosis-faces.el5
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