You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how do I make my emacs "M-x" search always start with beggining of line
character. Like so:
M-x ^
and then write whichever letter I want...
M-x ^a (b..z)
I tried:
(global-set-key "\370" 'helm-M-x ^)
But did not work
In ivy it is the
ivy-initial-inputs-alist
The text was updated successfully, but these errors were encountered:
how do I make my emacs "M-x" search always start with beggining of line
character. Like so:
M-x ^
and then write whichever letter I want...
M-x ^a (b..z)
I tried:
(global-set-key "\370" 'helm-M-x ^)
But did not work
In ivy it is the
ivy-initial-inputs-alist
The text was updated successfully, but these errors were encountered: