unicode-chars-list-chars -> insert-char

`unicode-chars-list-chars` doesn't seem to be an actual function (not
defined in emacs or found online), and `insert-char` seems like what one
would want here.
This commit is contained in:
Itai Y. Efrat 2021-05-13 16:50:44 +03:00
parent 6d2c6b44fa
commit 8a40e83ab5
3 changed files with 3 additions and 3 deletions

View file

@ -204,7 +204,7 @@ results buffer.")
[remap recentf-open-files] #'counsel-recentf
[remap set-variable] #'counsel-set-variable
[remap swiper] #'counsel-grep-or-swiper
[remap unicode-chars-list-chars] #'counsel-unicode-char
[remap insert-char] #'counsel-unicode-char
[remap yank-pop] #'counsel-yank-pop)
:config
(set-popup-rule! "^\\*ivy-occur" :size 0.35 :ttl 0 :quit nil)