guix-devel
[Top][All Lists]
Advanced

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

[PATCH] emacs: Add completions for '--type' option of 'refresh' popup.


From: Alex Kost
Subject: [PATCH] emacs: Add completions for '--type' option of 'refresh' popup.
Date: Wed, 28 Oct 2015 21:55:37 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

This is for completions in "M-x guix r =t".

In 'emacs/guix-main.scm' I used:

  (map (@ (guix upstream) upstream-updater-name)
       (@ (guix scripts refresh) %updaters)))

instead of adding these modules to the top-level (use-modules ...) to
avoid loading them on start.  If it's OK, I'm going to do the same for
(guix scripts graph) and (guix scripts lint) modules, as they are used
only to get graph types and lint checkers.

Attachment: 0001-emacs-Add-completions-for-type-option-of-refresh-pop.patch
Description: Text Data


reply via email to

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