General cleanup
This commit is contained in:
parent
fb18e60d59
commit
1b004e8336
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
||||||
"C-b" 'backward-word
|
"C-b" 'backward-word
|
||||||
"C-f" 'forward-word)
|
"C-f" 'forward-word)
|
||||||
|
|
||||||
(after! magit (setq magit-completing-read-function 'ivy-completing-read))
|
(after! magit (setq magit-completing-read-function 'ivy-completing-read))
|
||||||
(after! smex (setq smex-completion-method 'ivy))
|
(after! smex (setq smex-completion-method 'ivy))
|
||||||
(after! yasnippet (push 'doom/yas-ivy-prompt yas-prompt-functions))
|
(after! yasnippet (push 'doom/yas-ivy-prompt yas-prompt-functions))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue