Fixing the annoying ^ regex at beginning of M-x

This commit is contained in:
Derek Taylor
2023-08-16 21:54:19 -05:00
parent 2c2ddb469a
commit 572c6fa93c
2 changed files with 6 additions and 2 deletions

View File

@@ -328,7 +328,9 @@
(use-package counsel (use-package counsel
:after ivy :after ivy
:diminish :diminish
:config (counsel-mode)) :config
(counsel-mode)
(setq ivy-initial-inputs-alist nil)) ;; removes starting ^ regex in M-x
(use-package ivy (use-package ivy
:bind :bind

View File

@@ -482,7 +482,9 @@ Let's make GNU Emacs look a little better.
(use-package counsel (use-package counsel
:after ivy :after ivy
:diminish :diminish
:config (counsel-mode)) :config
(counsel-mode)
(setq ivy-initial-inputs-alist nil)) ;; removes starting ^ regex in M-x
(use-package ivy (use-package ivy
:bind :bind