ソースを参照

Fix counsel-M-x config

master
10sr 4年前
コミット
9882181d9b
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      emacs.el

+ 2
- 0
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 "")
)


読み込み中…
キャンセル
保存