diff options
author | Alex Kost <alezost@gmail.com> | 2015-12-09 21:58:36 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-01-02 17:25:35 +0300 |
commit | e29d19248483d2ac527894ca20fa69f88fabdfd3 (patch) | |
tree | cd60755e12958b9d4a33368399472d8e0cbde106 /emacs/guix-ui-package.el | |
parent | c80ce104bed39157347078020cbc45c65ff9b893 (diff) | |
download | guix-e29d19248483d2ac527894ca20fa69f88fabdfd3.tar.gz |
emacs: Add 'list-single' variables.
* emacs/guix-list.el (guix-list-single-entry?): New procedure. (guix-list-define-interface): Add ':list-single?' key and generate 'guix-ENTRY-TYPE-list-single' variables. * emacs/guix-ui-package.el (guix-package-list-single): Remove.
Diffstat (limited to 'emacs/guix-ui-package.el')
-rw-r--r-- | emacs/guix-ui-package.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs/guix-ui-package.el b/emacs/guix-ui-package.el index 299822aae9..66cf0fe6f0 100644 --- a/emacs/guix-ui-package.el +++ b/emacs/guix-ui-package.el @@ -57,12 +57,6 @@ package data)." (const :tag "Display outputs" output)) :group 'guix-package) -(defcustom guix-package-list-single nil - "If non-nil, list a package even if it is the only matching result. -If nil, show a single package in the info buffer." - :type 'boolean - :group 'guix) - (defun guix-package-get-display (profile search-type &rest search-values) "Search for packages/outputs and show results. |