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

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

[nongnu] elpa/focus ff93c948da 26/82: Added defgroup


From: ELPA Syncer
Subject: [nongnu] elpa/focus ff93c948da 26/82: Added defgroup
Date: Tue, 6 Sep 2022 04:58:55 -0400 (EDT)

branch: elpa/focus
commit ff93c948daab6fdf6d74c7a22126a93235d82959
Author: Lars Tveito <larstvei@ifi.uio.no>
Commit: Lars Tveito <larstvei@ifi.uio.no>

    Added defgroup
---
 focus.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/focus.el b/focus.el
index 2f1088b339..c97977d9c5 100644
--- a/focus.el
+++ b/focus.el
@@ -33,6 +33,10 @@
 (require 'cl-lib)
 (require 'thingatpt)
 
+(defgroup 'focus
+  "Dim the font color of text in surrounding sections."
+  :group 'font-lock)
+
 (defcustom focus-dimness 0
   "Amount of dimness in out of focus sections is determined by this integer.
 



reply via email to

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