diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2018-05-23 02:57:57 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2018-05-23 02:57:57 (GMT) |
| commit | 9900317547ce29445ebb3667d6c2efd220ad6040 (patch) | |
| tree | 9b903a237d48ae4ccc0c28c70d25e2e664d3125c /lisp | |
| parent | c7d7271e3f01eb7c7095ff81addd47796ac9d849 (diff) | |
| download | dotemacs-9900317547ce29445ebb3667d6c2efd220ad6040.zip dotemacs-9900317547ce29445ebb3667d6c2efd220ad6040.tar.gz dotemacs-9900317547ce29445ebb3667d6c2efd220ad6040.tar.bz2 | |
Popwin causes too many problems
We should muck directly with display-buffer-alist or use shackle.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ravi-init-appearance.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ravi-init-appearance.el b/lisp/ravi-init-appearance.el index 476b25e..19835ce 100644 --- a/lisp/ravi-init-appearance.el +++ b/lisp/ravi-init-appearance.el @@ -342,7 +342,7 @@ Delete all whitespace on a successive key press." (display-buffer-reuse-window popwin:display-buffer-action) (reusable-frames . t)))) - :ensure t) + :disabled) (use-package temp-buffer-browse :config |
