From 46e17df661fa6c92d0863827f3affb9385b95395 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Mon, 14 Sep 2015 23:32:53 +0300 Subject: emacs: Add customization groups for faces. * emacs/guix.el (guix-faces): New custom group. * emacs/guix-base.el (guix-operation-option-key): Use it. (guix-define-buffer-type): Generate faces group. * emacs/guix-info.el: Adjust faces to use new groups. (guix-info-faces): New custom group. * emacs/guix-list.el: Likewise (guix-list-faces): New custom group. --- emacs/guix.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs/guix.el') diff --git a/emacs/guix.el b/emacs/guix.el index 244696a184..ac6efbb475 100644 --- a/emacs/guix.el +++ b/emacs/guix.el @@ -39,6 +39,11 @@ :prefix "guix-" :group 'external) +(defgroup guix-faces nil + "Guix faces." + :group 'guix + :group 'faces) + (defcustom guix-list-single-package 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." -- cgit v1.2.3