summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
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"))