From 9ad94651d7ef83aecfbd8e92afb4edbed4e385e8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 18 Feb 2017 14:53:00 -0800 Subject: [Emacs] Remove configuration for 'popwin'. Another package I don't use. --- emacs.d/init.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'emacs.d') 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 -- cgit 1.4.1