branch: externals/hydra
commit e94b39171aa9b2aeb429a4882e9135a702c68d03
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
hydra.el (hydra-posframe-show): Introduce a border
Makes the hint more distinct
---
hydra.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hydra.el b/hydra.el
index 4137823b25..ae8b0dc2db 100644
--- a/hydra.el
+++ b/hydra.el
@@ -216,6 +216,8 @@ the body or the head."
(posframe-show
" *hydra-posframe*"
:string str
+ :internal-border-width 1
+ :internal-border-color "red"
:poshandler #'posframe-poshandler-window-center))
(defun hydra-posframe-hide ()