mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Extract ivy config into core-ivy.el
This commit is contained in:
@ -278,8 +278,7 @@
|
||||
(use-package smex
|
||||
:commands (smex smex-major-mode-commands)
|
||||
:config
|
||||
(setq smex-completion-method 'ivy
|
||||
smex-save-file (concat doom-temp-dir "/smex-items"))
|
||||
(setq smex-save-file (concat doom-temp-dir "/smex-items"))
|
||||
(smex-initialize))
|
||||
|
||||
(use-package swiper :commands (swiper swiper-all))
|
||||
|
Reference in New Issue
Block a user