summaryrefslogtreecommitdiffstats
path: root/ravi-init-appearance.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2014-06-17 04:50:43 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2014-06-17 04:50:43 (GMT)
commita30584b63f320d4b4a120182fe72ea947b1becc7 (patch)
tree8f73250c6d17463697da9bc9dc24932108004604 /ravi-init-appearance.el
parentdf42da5bb2c9ef48e68122620b94a9d888a37b9a (diff)
downloaddotemacs-a30584b63f320d4b4a120182fe72ea947b1becc7.zip
dotemacs-a30584b63f320d4b4a120182fe72ea947b1becc7.tar.gz
dotemacs-a30584b63f320d4b4a120182fe72ea947b1becc7.tar.bz2
Enable popwin-mode by default
Diffstat (limited to 'ravi-init-appearance.el')
-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
)