From 9882181d9b299f9be76b24fea63d8955ae8dbf6b Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 23 Jan 2020 16:54:48 +0900 Subject: [PATCH] Fix counsel-M-x config --- emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.el b/emacs.el index d01fb3a..4045d99 100644 --- a/emacs.el +++ b/emacs.el @@ -2642,6 +2642,8 @@ Any output will be written to current buffer." (with-eval-after-load 'ivy (ivy-configure 'my-counsel-describe-symbol :sort-fn #'ivy-string<) + ) +(with-eval-after-load 'counsel (ivy-configure 'counsel-M-x :initial-input "") )