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