emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/keycast 31446ad19c 01/10: Split Options section into subse


From: ELPA Syncer
Subject: [nongnu] elpa/keycast 31446ad19c 01/10: Split Options section into subsections
Date: Mon, 5 Dec 2022 06:59:11 -0500 (EST)

branch: elpa/keycast
commit 31446ad19c443d4c92d41e06fb9c22fce9710b15
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Split Options section into subsections
---
 keycast.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/keycast.el b/keycast.el
index 49107f0493..dd24e2baa1 100644
--- a/keycast.el
+++ b/keycast.el
@@ -53,6 +53,8 @@
   "Show the current command and its key binding in the mode line."
   :group 'applications)
 
+;;;; Mode-Line
+
 (defcustom keycast-mode-line-insert-after 'mode-line-buffer-identification
   "The position in `mode-line-format' where `keycast-mode-line' is inserted.
 
@@ -121,6 +123,8 @@ with no argument and acts on `selected-window'.
   :group 'keycast
   :type 'integer)
 
+;;;; Tab-Bar
+
 (defcustom keycast-tab-bar-location 'tab-bar-format-align-right
   "The location in `tab-bar-format' where `keycast-tab-bar' is inserted.
 
@@ -171,6 +175,8 @@ but that isn't a member yet, then insert that followed by
   :group 'keycast
   :type 'integer)
 
+;;;; Log-Buffer
+
 (defcustom keycast-log-format "%-20K%C%R\n"
   "The format spec used by `keycast-log-mode'.
 
@@ -254,6 +260,8 @@ t to show the actual COMMAND, or a symbol to be shown 
instead."
                         (const   :tag "Use actual command" t)
                         (symbol  :tag "Substitute command")))))
 
+;;;; Faces
+
 (defface keycast-key
   '((t ( :inherit fixed-pitch
          :weight bold



reply via email to

[Prev in Thread] Current Thread [Next in Thread]