mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
Extract ivy config into core-ivy.el
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
ivy-wrap t)
|
||||
|
||||
:config
|
||||
(after! magit
|
||||
(setq magit-completing-read-function 'ivy-completing-read))
|
||||
|
||||
(ivy-mode +1)
|
||||
(map! :map ivy-minibuffer-map
|
||||
[escape] 'keyboard-escape-quit
|
||||
@@ -24,6 +21,10 @@
|
||||
;; Fix display glitches
|
||||
(advice-add 'ivy-done :after 'redraw-display)
|
||||
|
||||
(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))
|
||||
|
||||
;;
|
||||
(require 'counsel)
|
||||
|
||||
|
Reference in New Issue
Block a user