From 08207339aadd45630179f18fa45da1726f476ed9 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Tue, 12 Jan 2016 17:42:19 +0300 Subject: emacs: Complete --file in 'guix build' popup. * emacs/guix-command.el (guix-command-improve-build-argument): Use 'guix-read-file-name' to complete --file option. --- emacs/guix-command.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/guix-command.el b/emacs/guix-command.el index 9cb7032abc..cf72b0ea15 100644 --- a/emacs/guix-command.el +++ b/emacs/guix-command.el @@ -192,6 +192,7 @@ to be modified." (guix-command-define-argument-improver guix-command-improve-build-argument '(("--no-grafts" :char ?g) + ("--file" :fun guix-read-file-name) ("--root" :fun guix-read-file-name) ("--sources" :char ?S :fun guix-read-source-type :switch? nil) ("--with-source" :fun guix-read-file-name))) -- cgit v1.2.3