feature/popup: remove default slot & window-width

...and fix :popup not mapping the size parameter to the correct
dimension when no side is specified.
This commit is contained in:
Henrik Lissner 2018-01-07 05:39:28 -05:00
parent 25a2973c52
commit 84cba91e50
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@
:commands pass
:config
(set! :evil-state 'pass-mode 'emacs)
(set! :popup "^\\*Password-Store" '((side . left)) '((quit)))
(set! :popup "^\\*Password-Store" '((side . left) (size . 0.25)) '((quit)))
(map! :map pass-mode-map
"j" #'pass-next-entry
"k" #'pass-prev-entry