mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-02-07 05:25:51 +01:00
Add ‘hydra-posframe-show-params’
This commit is contained in:
parent
4a5d6c1ad6
commit
77734f73f1
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue