mirror of
https://github.com/larstvei/Focus.git
synced 2024-11-26 03:28:32 +00:00
Improved user option types
This commit is contained in:
parent
5f3f20e7f2
commit
e9ab37b865
4
focus.el
4
focus.el
@ -51,12 +51,12 @@ many derivatives should be placed by the end of the list.
|
|||||||
Things that are defined include `symbol', `list', `sexp',
|
Things that are defined include `symbol', `list', `sexp',
|
||||||
`defun', `filename', `url', `email', `word', `sentence',
|
`defun', `filename', `url', `email', `word', `sentence',
|
||||||
`whitespace', `line', and `page'."
|
`whitespace', `line', and `page'."
|
||||||
:type '(repeat symbol)
|
:type '(alist :key-type symbol :valye-type symbol)
|
||||||
:group 'focus)
|
:group 'focus)
|
||||||
|
|
||||||
(defcustom focus-read-only-blink-seconds 1
|
(defcustom focus-read-only-blink-seconds 1
|
||||||
"The duration of a cursor blink in `focus-read-only-mode'."
|
"The duration of a cursor blink in `focus-read-only-mode'."
|
||||||
:type '(float)
|
:type 'number
|
||||||
:group 'focus)
|
:group 'focus)
|
||||||
|
|
||||||
(defface focus-unfocused
|
(defface focus-unfocused
|
||||||
|
Loading…
Reference in New Issue
Block a user