mirror of
https://github.com/larstvei/Focus.git
synced 2024-11-26 03:28:32 +00:00
Cleaned up focus-dimness docstring
This commit is contained in:
parent
4c8391ea32
commit
cd2aad5590
9
focus.el
9
focus.el
@ -41,12 +41,11 @@
|
||||
(defcustom focus-dimness 0
|
||||
"Amount of dimness in out of focus sections is determined by this integer.
|
||||
|
||||
A positive value increases the dimness of the sections. A
|
||||
A positive value increases the dimness of the sections.
|
||||
A negative value decreases the dimness.
|
||||
|
||||
negative value decreases the dimness.
|
||||
|
||||
The default is 0 which means a 50/50 mixture of the background and foreground
|
||||
color."
|
||||
The default is 0 which means a 50/50 mixture of the background
|
||||
and foreground color."
|
||||
:type '(integer)
|
||||
:group 'focus)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user