summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-06-02 23:43:37 +0200
committerGravatar Tom Willemse2014-06-02 23:43:37 +0200
commit8cdfb5c77a26e932120f5c0f2a874e4a04b18917 (patch)
tree709f66d057b1c1f5a5c80f638de4870d98ea9b13 /.emacs.d/init.el
parentbef10a4e7e05cf65a9993bd0567ac8f5f5f02388 (diff)
downloademacs-8cdfb5c77a26e932120f5c0f2a874e4a04b18917.tar.gz
emacs-8cdfb5c77a26e932120f5c0f2a874e4a04b18917.zip
Add popwin
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index b4435c9..a0534af 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1371,7 +1371,10 @@ from myaethon2.core.decorators import (
(global-diff-hl-mode)
(mode-icons-mode)
(desktop-registry-auto-register)
- (yas-global-mode))
+ (yas-global-mode)
+
+ (require 'popwin)
+ (popwin-mode))
(when (equal system-name "drd")
(load "eap-autoloads"))