Emacs: Set Counsel’s M-x to search from anywhere
Alan Pearce alan.pearce@spotcap.com
Wed, 26 Aug 2015 10:13:51 +0200
1 files changed, 2 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -1204,7 +1204,8 @@ (t . ivy--regex-plus))) (ivy-set-actions 'ivy-switch-buffer '(("k" (lambda (x) (kill-buffer x) (ivy--reset-state ivy-last)) - "kill")))) + "kill"))) + (add-to-list 'ivy-initial-inputs-alist '(counsel-M-x . ""))) :init (progn (ivy-mode 1))) #+END_SRC