Fixed an odd error that shouldn't need specifying
This commit is contained in:
parent
fd9db946a5
commit
71135b37f0
1 changed files with 3 additions and 0 deletions
|
@ -1067,7 +1067,10 @@ Do I want to specify the list of modes to change for =evil-collection-init=, e.g
|
||||||
*** Evil Owl
|
*** Evil Owl
|
||||||
Not sure what is in a register? Have it show you when you hit ~”~ or ~@~ with [[https://github.com/mamapanda/evil-owl][evil-owl]]:
|
Not sure what is in a register? Have it show you when you hit ~”~ or ~@~ with [[https://github.com/mamapanda/evil-owl][evil-owl]]:
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
(use-package posframe)
|
||||||
|
|
||||||
(use-package evil-owl
|
(use-package evil-owl
|
||||||
|
:after posframe
|
||||||
:config
|
:config
|
||||||
(setq evil-owl-display-method 'posframe
|
(setq evil-owl-display-method 'posframe
|
||||||
evil-owl-extra-posframe-args '(:width 50 :height 20 :background-color "#444")
|
evil-owl-extra-posframe-args '(:width 50 :height 20 :background-color "#444")
|
||||||
|
|
Loading…
Reference in a new issue