aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-03-06 22:53:22 -0800
committerGravatar Tom Willemse2020-03-06 22:53:22 -0800
commit77734f73f19f8f35befbd9e5f8e0e99f334c2c10 (patch)
treeb266924baf5710d0cb0c2ff56c08ae379b3603c8
parent4a5d6c1ad6dfb931e5909c434a0e22866cc0ddbc (diff)
downloadyoshi-theme-77734f73f19f8f35befbd9e5f8e0e99f334c2c10.tar.gz
yoshi-theme-77734f73f19f8f35befbd9e5f8e0e99f334c2c10.zip
Add ‘hydra-posframe-show-params’
-rw-r--r--CHANGELOG.org4
-rw-r--r--yoshi-theme.el7
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 61f8b6e..44a1548 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -15,6 +15,10 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
Add the ivy-posframe faces: ~ivy-posframe~, ~ivy-posframe-border~,
~ivy-posframe-border-width~, ~ivy-posframe-style~.
+** ADDED Variables for hydra-posframe
+
+ Add the hydra-posframe: ~hydra-posframe-show-params~.
+
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05
:PROPERTIES:
:CUSTOM_ID: release-6.2.0
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 02a202d..180af2e 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -524,7 +524,12 @@
'(window-divider-mode t)
'(window-divider-default-right-width 1)
'(ivy-posframe-border-width 15)
- '(ivy-posframe-style 'frame-bottom-window-center)))
+ '(ivy-posframe-style 'frame-bottom-window-center)
+ `(hydra-posframe-show-params
+ '(:poshandler posframe-poshandler-frame-bottom-center
+ :internal-border-width 15
+ :internal-border-color ,bgdim
+ :background-color ,bgdim))))
;;;###autoload
(and load-file-name