From 71135b37f0a94ea35884475c7abf80d4eb98f39e Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Thu, 25 Aug 2022 10:42:01 -0700 Subject: [PATCH] Fixed an odd error that shouldn't need specifying --- ha-config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ha-config.org b/ha-config.org index a32fd2e..3c8cb39 100644 --- a/ha-config.org +++ b/ha-config.org @@ -1067,7 +1067,10 @@ Do I want to specify the list of modes to change for =evil-collection-init=, e.g *** 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 + (use-package posframe) + (use-package evil-owl + :after posframe :config (setq evil-owl-display-method 'posframe evil-owl-extra-posframe-args '(:width 50 :height 20 :background-color "#444")