Emacs

From Alpine Linux
Revision as of 23:50, 23 February 2024 by Quq (talk | contribs) (create dir file for info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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