From c033fc00f34f5b638cf8971a0661de61391786ef Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 14 Jan 2024 00:57:37 +0100 Subject: New customization group exwm-debug The group was already used, but the docstring was missing. * exwm-core.el (exwm-debug): New customization group. --- exwm-core.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/exwm-core.el b/exwm-core.el index 6683c77120..d159592fc5 100644 --- a/exwm-core.el +++ b/exwm-core.el @@ -33,6 +33,10 @@ (require 'xcb-ewmh) (require 'xcb-debug) +(defgroup exwm-debug nil + "Debugging." + :group 'exwm) + (defcustom exwm-debug-log-time-function #'exwm-debug-log-uptime "Function used for generating timestamps in `exwm-debug' logs. @@ -40,7 +44,6 @@ Here are some predefined candidates: `exwm-debug-log-uptime': Display the uptime of this Emacs instance. `exwm-debug-log-time': Display time of day. `nil': Disable timestamp." - :group 'exwm-debug :type `(choice (const :tag "Emacs uptime" ,#'exwm-debug-log-uptime) (const :tag "Time of day" ,#'exwm-debug-log-time) (const :tag "Off" nil) -- cgit 1.4.1