summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-12-01 21:35:57 +0300
committerAlex Kost <alezost@gmail.com>2015-12-06 12:46:10 +0300
commit9ff175655c90af938a93eee601ae2a88071b134b (patch)
tree9d90a955113235af0adae13b29865ef996e22a9c /emacs
parenta65f0075244cb0c2422e13419a3094baf0ae6f24 (diff)
downloadpatches-9ff175655c90af938a93eee601ae2a88071b134b.tar
patches-9ff175655c90af938a93eee601ae2a88071b134b.tar.gz
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.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/guix-command.el1
1 files changed, 1 insertions, 0 deletions
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)))