mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Fixing the annoying ^ regex at beginning of M-x
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user