mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -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 "›")
|
||||
(setq-default
|
||||
helm-quick-update t
|
||||
helm-reuse-last-window-split-state t
|
||||
|
||||
;; Speedier without fuzzy matching
|
||||
helm-mode-fuzzy-match nil
|
||||
@@ -23,7 +22,6 @@
|
||||
|
||||
;; Don't override evil-ex's completion
|
||||
helm-mode-handle-completion-in-region nil
|
||||
|
||||
helm-candidate-number-limit 40)
|
||||
|
||||
:config
|
||||
|
Reference in New Issue
Block a user