summaryrefslogtreecommitdiff
path: root/emacs/guix-read.el
Commit message (Collapse)AuthorAge
* emacs: Add completions for '--type' option of 'refresh' popup.Alex Kost2015-11-02
| | | | | | | | | | * guix/scripts/refresh.scm: Export '%updaters'. * emacs/guix-main.scm (refresh-updater-names): New procedure. * emacs/guix-base.el (guix-refresh-updater-names): New function. * emacs/guix-read.el (guix-read-refresh-updater-names, guix-read-refresh-updater-names-string): New functions. * emacs/guix-command.el (guix-command-improve-refresh-argument): Use 'guix-read-refresh-updater-names-string'.
* emacs: Add minibuffer readers.Alex Kost2015-08-30
* emacs/guix-read.el: New file. * emacs.am (ELFILES): Add it.