Merge pull request #68 from gilbertw1/feature-disable-ivy-magic-slash-non-match-action
disable ivy magic slash non-match action
This commit is contained in:
commit
5a40869f6c
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue