all repos — archive/dotfiles @ d93fa21de8e85d8a7ca47c22ad8b46395299def6

Superseded by nixfiles

Emacs: Set Counsel’s M-x to search from anywhere
Alan Pearce alan.pearce@spotcap.com
Wed, 26 Aug 2015 10:13:51 +0200
commit

d93fa21de8e85d8a7ca47c22ad8b46395299def6

parent

03165f6cd7fdd3963d715ae90038ae2d8131f710

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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