From 9ff175655c90af938a93eee601ae2a88071b134b Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Tue, 1 Dec 2015 21:35:57 +0300 Subject: 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. --- emacs/guix-command.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/guix-command.el') diff --git a/emacs/guix-command.el b/emacs/guix-command.el index 2cb44de114..7e924d80f0 100644 --- a/emacs/guix-command.el +++ b/emacs/guix-command.el @@ -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))) -- cgit v1.2.3