General cleanup

This commit is contained in:
Henrik Lissner 2017-01-02 21:11:45 -05:00
parent fb18e60d59
commit 1b004e8336

View file

@ -21,8 +21,8 @@
"C-b" 'backward-word
"C-f" 'forward-word)
(after! magit (setq magit-completing-read-function 'ivy-completing-read))
(after! smex (setq smex-completion-method 'ivy))
(after! magit (setq magit-completing-read-function 'ivy-completing-read))
(after! smex (setq smex-completion-method 'ivy))
(after! yasnippet (push 'doom/yas-ivy-prompt yas-prompt-functions))
;;