Extract ivy config into core-ivy.el

This commit is contained in:
Henrik Lissner 2016-10-03 12:10:52 +02:00
parent d21b82d89b
commit c28bb1519d
3 changed files with 6 additions and 6 deletions

View file

@ -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))