abo-abo / swiper

Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!
https://oremacs.com/swiper/
2.3k stars 338 forks source link

counsel-unicode-char can't be sort by usage #2975

Open dian-yu-luo opened 2 years ago

dian-yu-luo commented 2 years ago
(use-package ivy-prescient
  :ensure t
  :config
  (ivy-prescient-mode t)
  (prescient-persist-mode t))

that is all my config

dian-yu-luo commented 2 years ago

every time i call counsel-unicode-char ,I need write the name of unicode , I hope next time it could show recently I have typed unicode ,but it doesn't. and if the code is very big, it will cost a lot time .