Added defgroup

This commit is contained in:
Lars Tveito 2015-05-17 12:41:33 +02:00
parent 809697ba52
commit ff93c948da

View File

@ -33,6 +33,10 @@
(require 'cl-lib) (require 'cl-lib)
(require 'thingatpt) (require 'thingatpt)
(defgroup 'focus
"Dim the font color of text in surrounding sections."
:group 'font-lock)
(defcustom focus-dimness 0 (defcustom focus-dimness 0
"Amount of dimness in out of focus sections is determined by this integer. "Amount of dimness in out of focus sections is determined by this integer.