I try to load the nice small elisp script character-aliases.el, which can find all the name and alias corresponding to a codepoint in Emacs, and I put it in the following location on my machine to leverage straight.el to manage such scripts for convenience:
I try to load the nice small elisp script character-aliases.el, which can find all the name and alias corresponding to a codepoint in Emacs, and I put it in the following location on my machine to leverage straight.el to manage such scripts for convenience:
According to the guidance here:
I use the following configuration in Emacs
~/.emacs.d/init.el
:It turns out that the command
wd-char-aliases-show
is available now, but it still doesn't work, as shown below:Any hints for fixing this problem?
See here for a related discussion.
Regards, HZ