From e1df75980b273603e0d78e48317ef2df8cbbcae9 Mon Sep 17 00:00:00 2001 From: Jai Vetrivelan Date: Sun, 20 Mar 2022 18:03:01 +0530 Subject: [PATCH 0/6] gnu: emacs-xyz: Add info manuals of packages I noticed that a few packages had info manuals in their repositories, but they were not installed by Guix. This patch series updates the existing definions to add those Info manuals, and adds a few similar packages. 1) The .info files were generated from .org files in the repository and I attempted to install them through this command: "emacs --batch --eval=(require 'ox-texinfo) --eval=(find-file \"README.org\") --eval=(org-texinfo-export-to-info)" Is there a better way for this? 2) modus-themes is a part of emacs (since v28 iirc), would the info manual of emacs-modus-themes take precedence of the info manual provided with emacs? Thanks. Jai Vetrivelan (6): gnu: Add emacs-logos. gnu: Add emacs-pulsar. gnu: Add emacs-lin. gnu: Add emacs-tmr. gnu: emacs-modus-themes: Add Info manual. gnu: emacs-mct: Add Info manual. gnu/packages/emacs-xyz.scm | 158 ++++++++++++++++++++++++++++++++++++- 1 file changed, 156 insertions(+), 2 deletions(-) base-commit: 57578256bf56522d6dc724716129bfe9467c0134 -- 2.34.0