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.
This commit is contained in:
parent
a65f007524
commit
9ff175655c
|
@ -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)))
|
||||||
|
|
Loading…
Reference in New Issue