Move helm-reuse-last-window-split-state to core-popup
This commit is contained in:
parent
931cc66526
commit
64c5a6ea66
2 changed files with 2 additions and 3 deletions
|
@ -151,7 +151,8 @@
|
|||
;; that. To reproduce, add a helm rule in `shackle-rules', open two splits
|
||||
;; side-by-side, move to the buffer on the right and invoke helm. It will close all
|
||||
;; but the left-most buffer.
|
||||
(setq-default helm-split-window-in-side-p t))
|
||||
(setq-default helm-reuse-last-window-split-state t
|
||||
helm-split-window-in-side-p t))
|
||||
|
||||
(after! helm-swoop
|
||||
(setq helm-swoop-split-window-function (lambda ($buf) (narf/popup-buffer $buf))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue