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
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -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))) | ||||
|  |  | |||
		Reference in a new issue