Parcourir la source

Fix counsel-M-x config

master
10sr il y a 4 ans
Parent
révision
9882181d9b
Signé par: 10sr ID de la clé GPG: 7BEC428194130EB2
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Voir le fichier

@@ -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 "")
)


Chargement…
Annuler
Enregistrer