summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ravi-init-appearance.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/ravi-init-appearance.el b/ravi-init-appearance.el
index a0c39ff..7e8d152 100644
--- a/ravi-init-appearance.el
+++ b/ravi-init-appearance.el
@@ -169,9 +169,9 @@
(bind-key "C-h a" 'apropos)
(use-package popwin
- :commands popwin-mode
- :config
+ :init
(progn
+ (popwin-mode 1)
(push '("*Pp Eval Output*" :height 15) popwin:special-display-config))
:ensure t
)