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

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

[nongnu] elpa/focus 4c8391ea32 29/82: Fixed bug in defgroup


From: ELPA Syncer
Subject: [nongnu] elpa/focus 4c8391ea32 29/82: Fixed bug in defgroup
Date: Tue, 6 Sep 2022 04:58:55 -0400 (EDT)

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

    Fixed bug in defgroup
---
 focus.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/focus.el b/focus.el
index c97977d9c5..563f9d4410 100644
--- a/focus.el
+++ b/focus.el
@@ -33,9 +33,10 @@
 (require 'cl-lib)
 (require 'thingatpt)
 
-(defgroup 'focus
+(defgroup focus ()
   "Dim the font color of text in surrounding sections."
-  :group 'font-lock)
+  :group 'font-lock
+  :prefix "focus-")
 
 (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]