disable ivy magic slash non-match action

This commit is contained in:
Bryan Gilbert 2017-05-19 05:45:11 -04:00
parent 8422cbd172
commit 7ec980cb97

View file

@ -31,7 +31,9 @@ session)."
;; Don't use ^ as initial input
ivy-initial-inputs-alist nil
;; highlight til EOL
ivy-format-function #'ivy-format-function-line)
ivy-format-function #'ivy-format-function-line
;; disable magic slash on non-match
ivy-magic-slash-non-match-action nil)
(after! magit (setq magit-completing-read-function #'ivy-completing-read))
(after! yasnippet (push #'+ivy-yas-prompt yas-prompt-functions))