~ruther/guix-local

9ff175655c90af938a93eee601ae2a88071b134b — Alex Kost 10 years ago a65f007
emacs: Complete --profile in 'guix package' popup.

* emacs/guix-command.el (guix-command-improve-package-argument): Use
  'guix-read-file-name' to complete --profile option.
1 files changed, 1 insertions(+), 0 deletions(-)

M emacs/guix-command.el
M emacs/guix-command.el => emacs/guix-command.el +1 -0
@@ 239,6 239,7 @@ to be modified."
     :switch? nil :option? t)
    ("--install-from-file" :fun guix-read-file-name)
    ("--manifest"       :fun guix-read-file-name)
    ("--profile"        :fun guix-read-file-name)
    ("--do-not-upgrade" :char ?U)
    ("--roll-back"      :char ?R)
    ("--show"           :char ?w :fun guix-read-package-name)))