mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove smex-completion-read reference
Doom no longer uses smex.
This commit is contained in:
@ -40,7 +40,6 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||||||
ivy-wrap t
|
ivy-wrap t
|
||||||
ivy-fixed-height-minibuffer t
|
ivy-fixed-height-minibuffer t
|
||||||
projectile-completion-system 'ivy
|
projectile-completion-system 'ivy
|
||||||
smex-completion-method 'ivy
|
|
||||||
;; Don't use ^ as initial input
|
;; Don't use ^ as initial input
|
||||||
ivy-initial-inputs-alist nil
|
ivy-initial-inputs-alist nil
|
||||||
;; highlight til EOL
|
;; highlight til EOL
|
||||||
|
Reference in New Issue
Block a user