fix: remove popup rules from load order block
This commit is contained in:
parent
30a4e0d322
commit
a193fe28e6
10
config.org
10
config.org
|
@ -2097,8 +2097,7 @@ Having an IDE-style tooltip pop up is nice, but ~flymake-popon~ is a bit ugly by
|
||||||
*** Popups
|
*** Popups
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(after! flymake
|
(set-popup-rule! "^\\*Flymake" :vslot 1 :side 'bottom)
|
||||||
(set-popup-rule! "^\\*Flymake" :vslot 1 :side 'bottom))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Git
|
** Git
|
||||||
|
@ -2717,9 +2716,10 @@ I use the standard Unix-style password management system, [[https://www.password
|
||||||
(after! pass
|
(after! pass
|
||||||
(setq pass-show-keybindings nil ; Keybindings take up too much space
|
(setq pass-show-keybindings nil ; Keybindings take up too much space
|
||||||
pass-suppress-confirmations t ; Quit shouldn't need a confirm step
|
pass-suppress-confirmations t ; Quit shouldn't need a confirm step
|
||||||
)
|
))
|
||||||
;; Move to right side
|
|
||||||
(set-popup-rule! "^\\*Password-Store" :side 'right :size 0.25 :quit nil))
|
;; Move to right side
|
||||||
|
(set-popup-rule! "^\\*Password-Store" :side 'right :size 0.25 :quit nil)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Tweaks
|
*** Tweaks
|
||||||
|
|
Loading…
Reference in a new issue