mirror of
https://github.com/larstvei/Focus.git
synced 2024-11-26 03:28:32 +00:00
commit
704db49988
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',
|
||||
`defun', `filename', `url', `email', `word', `sentence',
|
||||
`whitespace', `line', and `page'."
|
||||
:type '(repeat symbol)
|
||||
:type '(alist :key-type symbol :valye-type symbol)
|
||||
:group 'focus)
|
||||
|
||||
(defcustom focus-read-only-blink-seconds 1
|
||||
"The duration of a cursor blink in `focus-read-only-mode'."
|
||||
:type '(float)
|
||||
:type 'number
|
||||
:group 'focus)
|
||||
|
||||
(defface focus-unfocused
|
||||
|
Loading…
Reference in New Issue
Block a user