diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-02-18 14:53:00 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-02-18 14:53:00 -0800 |
commit | 9ad94651d7ef83aecfbd8e92afb4edbed4e385e8 (patch) | |
tree | 8902249f108ba747320ca8412b031db65c150d43 | |
parent | [Emacs] Remove dependency for gist. (diff) | |
download | emacs.d-9ad94651d7ef83aecfbd8e92afb4edbed4e385e8.tar.gz |
[Emacs] Remove configuration for 'popwin'.
Another package I don't use.
-rw-r--r-- | emacs.d/init.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index c3ad0fc..9a52ab4 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -379,13 +379,6 @@ ;; :config ;; (setq diffusion-repo-prefix-list '(("source" "source")))) -(use-package popwin - :ensure t - :config - (setq popwin:popup-window-position 'bottom) - (setq popwin:special-display-config '(("*compilation*" :noselect t))) - (push '("*pants-compilation-buffer*" :height 20 :noselect t :stick t :tail t) popwin:special-display-config)) - (use-package projectile ;; library to interact with projects :ensure t |