help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Convert the hexadecimal character code to the corresponding Unicode


From: Eduardo Ochs
Subject: Re: Convert the hexadecimal character code to the corresponding Unicode value.
Date: Sat, 2 Oct 2021 14:39:32 -0300

On Sat, 2 Oct 2021 at 05:13, Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
>
> Got it. I must activate eev it first as follows:
>
> (use-package eev
>   :straight (:host github :repo "edrx/eev")
>   :config
>   (eev-beginner)
>   )
>

Hi Hongyi,

can you check if this looks good and works?
If it is ok I'll add it to the documentation...

(use-package eev
  :straight (:host github :repo "edrx/eev")
  :config (progn
           ;; See: (find-eev "eev-load.el" "autoloads")
           ;; http://angg.twu.net/eev-current/eev-load.el.html#autoloads
           (require 'eev-load)
           ;; (eev-mode 1)     ; optional
           ;; (eev-beginner)   ; optional
           ))

Thanks in advance! =)
  Eduardo Ochs
  http://angg.twu.net/#eev



reply via email to

[Prev in Thread] Current Thread [Next in Thread]