Skip to content
Snippets Groups Projects
Commit 9ff17565 authored by Alex Kost's avatar Alex Kost
Browse files

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.
parent a65f0075
No related branches found
No related tags found
No related merge requests found
...@@ -239,6 +239,7 @@ to be modified." ...@@ -239,6 +239,7 @@ to be modified."
:switch? nil :option? t) :switch? nil :option? t)
("--install-from-file" :fun guix-read-file-name) ("--install-from-file" :fun guix-read-file-name)
("--manifest" :fun guix-read-file-name) ("--manifest" :fun guix-read-file-name)
("--profile" :fun guix-read-file-name)
("--do-not-upgrade" :char ?U) ("--do-not-upgrade" :char ?U)
("--roll-back" :char ?R) ("--roll-back" :char ?R)
("--show" :char ?w :fun guix-read-package-name))) ("--show" :char ?w :fun guix-read-package-name)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment