mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/ivy: swiper-action-recenter = t
This commit is contained in:
@ -377,5 +377,9 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
||||
(prescient-persist-mode +1))
|
||||
|
||||
|
||||
;;;###package swiper
|
||||
(setq swiper-action-recenter t)
|
||||
|
||||
|
||||
;;;###package amx
|
||||
(setq amx-save-file (concat doom-cache-dir "amx-items")) ; used by `counsel-M-x'
|
||||
|
Reference in New Issue
Block a user