Emacs: Difference between revisions

From Alpine Linux
(create dir file for info)
 
(No difference)

Latest revision as of 23:50, 23 February 2024

Empty Info directory node

Emacs uses the texinfo documenting system, but the docs are shipped in a separate package in Alpine Linux. You need to install

apk add texinfo emacs-docs

Then generate the dir index file for Info documenting system.

# run as root
find /usr/share/info/ -name '*.info*' -print0 | xargs -0I{} install-info {} /usr/share/info/dir