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:
parent
6d2c6b44fa
commit
8a40e83ab5
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue