diff options
| author | 2020-03-06 22:53:22 -0800 | |
|---|---|---|
| committer | 2020-03-06 22:53:22 -0800 | |
| commit | 77734f73f19f8f35befbd9e5f8e0e99f334c2c10 (patch) | |
| tree | b266924baf5710d0cb0c2ff56c08ae379b3603c8 | |
| parent | 4a5d6c1ad6dfb931e5909c434a0e22866cc0ddbc (diff) | |
| download | yoshi-theme-77734f73f19f8f35befbd9e5f8e0e99f334c2c10.tar.gz yoshi-theme-77734f73f19f8f35befbd9e5f8e0e99f334c2c10.zip | |
Add ‘hydra-posframe-show-params’
| -rw-r--r-- | CHANGELOG.org | 4 | ||||
| -rw-r--r-- | yoshi-theme.el | 7 |
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 |
