From 4c8391ea32087279057e90f46791ef91c1d86cf2 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Sun, 17 May 2015 20:28:40 +0200 Subject: [PATCH] Fixed bug in defgroup --- focus.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/focus.el b/focus.el index c97977d..563f9d4 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.