mirror of
https://github.com/larstvei/Focus.git
synced 2024-11-26 11:38:32 +00:00
Added defgroup
This commit is contained in:
parent
809697ba52
commit
ff93c948da
4
focus.el
4
focus.el
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user