From ff93c948daab6fdf6d74c7a22126a93235d82959 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Sun, 17 May 2015 12:41:33 +0200 Subject: [PATCH] Added defgroup --- focus.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/focus.el b/focus.el index 2f1088b..c97977d 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.