diff options
author | Thanos Apollo <[email protected]> | 2023-12-27 10:57:43 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-27 10:57:43 +0200 |
commit | 2d8cbf4b67c73ee099fc5490a91b26b99eb176ea (patch) | |
tree | 9a456d03fa5bb4671dfc3f5c64888ca82f34800c /gnosis-faces.el | |
parent | 904e9ba14ed6c4ce5839ad4b56c8fca069203565 (diff) |
Add gnosis-face-hint
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 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 |