General refactor & cleanup

This commit is contained in:
Henrik Lissner 2017-09-02 16:39:51 +02:00
parent 20fd0e6778
commit d28c64b4fa
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
6 changed files with 11 additions and 14 deletions

View file

@ -25,7 +25,8 @@ session)."
;;
(def-package! ivy
:demand t
:commands ivy-mode
:init (add-hook 'doom-init-hook #'ivy-mode)
:config
(setq ivy-height 12
ivy-do-completion-in-region nil
@ -43,8 +44,6 @@ session)."
(after! magit (setq magit-completing-read-function #'ivy-completing-read))
(after! yasnippet (push #'+ivy-yas-prompt yas-prompt-functions))
(add-hook 'doom-init-hook #'ivy-mode)
(map! :map ivy-mode-map
[remap apropos] #'counsel-apropos
[remap describe-face] #'counsel-describe-face