mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
Move helm-reuse-last-window-split-state to core-popup
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
(defvar helm-global-prompt "›")
|
(defvar helm-global-prompt "›")
|
||||||
(setq-default
|
(setq-default
|
||||||
helm-quick-update t
|
helm-quick-update t
|
||||||
helm-reuse-last-window-split-state t
|
|
||||||
|
|
||||||
;; Speedier without fuzzy matching
|
;; Speedier without fuzzy matching
|
||||||
helm-mode-fuzzy-match nil
|
helm-mode-fuzzy-match nil
|
||||||
@@ -23,7 +22,6 @@
|
|||||||
|
|
||||||
;; Don't override evil-ex's completion
|
;; Don't override evil-ex's completion
|
||||||
helm-mode-handle-completion-in-region nil
|
helm-mode-handle-completion-in-region nil
|
||||||
|
|
||||||
helm-candidate-number-limit 40)
|
helm-candidate-number-limit 40)
|
||||||
|
|
||||||
:config
|
:config
|
||||||
|
@@ -151,7 +151,8 @@
|
|||||||
;; that. To reproduce, add a helm rule in `shackle-rules', open two splits
|
;; 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
|
;; side-by-side, move to the buffer on the right and invoke helm. It will close all
|
||||||
;; but the left-most buffer.
|
;; 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
|
(after! helm-swoop
|
||||||
(setq helm-swoop-split-window-function (lambda ($buf) (narf/popup-buffer $buf))))
|
(setq helm-swoop-split-window-function (lambda ($buf) (narf/popup-buffer $buf))))
|
||||||
|
Reference in New Issue
Block a user