mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-17 13:23:08 +10:00
Fixing the annoying ^ regex at beginning of M-x
This commit is contained in:
@@ -328,7 +328,9 @@
|
||||
(use-package counsel
|
||||
:after ivy
|
||||
:diminish
|
||||
:config (counsel-mode))
|
||||
:config
|
||||
(counsel-mode)
|
||||
(setq ivy-initial-inputs-alist nil)) ;; removes starting ^ regex in M-x
|
||||
|
||||
(use-package ivy
|
||||
:bind
|
||||
|
||||
@@ -482,7 +482,9 @@ Let's make GNU Emacs look a little better.
|
||||
(use-package counsel
|
||||
:after ivy
|
||||
:diminish
|
||||
:config (counsel-mode))
|
||||
:config
|
||||
(counsel-mode)
|
||||
(setq ivy-initial-inputs-alist nil)) ;; removes starting ^ regex in M-x
|
||||
|
||||
(use-package ivy
|
||||
:bind
|
||||
|
||||
Reference in New Issue
Block a user