summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-05-02 17:24:52 +0200
committerGravatar Tom Willemse2015-05-02 17:24:52 +0200
commitcc2baa023e7b785e992bf006eab68a9cf5a932bf (patch)
tree7924b4374bd52b82898ab4883d14001ba4b89fd5 /emacs/.emacs.d/init.el
parentc5847bc02aa02f0c781f47ea4d50616fdd53aa08 (diff)
downloaddotfiles-cc2baa023e7b785e992bf006eab68a9cf5a932bf.tar.gz
dotfiles-cc2baa023e7b785e992bf006eab68a9cf5a932bf.zip
Stop using popwin
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 1afb7bb..1d80996 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -1495,9 +1495,6 @@ from myaethon2.core.decorators import (
(yas-global-mode)
(projectile-global-mode)
- (require 'popwin)
- (popwin-mode)
-
(evil-mode)
(kill-local-variable 'mode-line-format)
(when (string-equal (system-name) "drd")