mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/ivy: don't prepend describe-* or M-x with ^
This commit is contained in:
@ -30,6 +30,8 @@
|
|||||||
ivy-fixed-height-minibuffer t
|
ivy-fixed-height-minibuffer t
|
||||||
projectile-completion-system 'ivy
|
projectile-completion-system 'ivy
|
||||||
smex-completion-method 'ivy
|
smex-completion-method 'ivy
|
||||||
|
;; Don't use ^ as initial input
|
||||||
|
ivy-initial-inputs-alist nil
|
||||||
;; highlight til EOL
|
;; highlight til EOL
|
||||||
ivy-format-function 'ivy-format-function-line)
|
ivy-format-function 'ivy-format-function-line)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user