[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: emacs: Complete --profile in 'guix package' popup.
From: |
Alex Kost |
Subject: |
04/06: emacs: Complete --profile in 'guix package' popup. |
Date: |
Sun, 06 Dec 2015 09:55:01 +0000 |
alezost pushed a commit to branch master
in repository guix.
commit 9ff175655c90af938a93eee601ae2a88071b134b
Author: Alex Kost <address@hidden>
Date: Tue Dec 1 21:35:57 2015 +0300
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 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/emacs/guix-command.el b/emacs/guix-command.el
index 2cb44de..7e924d8 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)))
- branch master updated (e2e3600 -> 7edf242), Alex Kost, 2015/12/06
- 01/06: emacs: Fix 'guix-apply-manifest'., Alex Kost, 2015/12/06
- 02/06: emacs: Fix 'guix-pull'., Alex Kost, 2015/12/06
- 06/06: gnu: manaplus: Update to 1.5.12.5., Alex Kost, 2015/12/06
- 03/06: emacs: 'guix-emacs-load-autoloads' takes a profile., Alex Kost, 2015/12/06
- 04/06: emacs: Complete --profile in 'guix package' popup.,
Alex Kost <=
- 05/06: emacs: info: Show a message after copying button label., Alex Kost, 2015/12/06