mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
prot-emacs.org: define underscore-thick-no-blink cursory preset
This commit is contained in:
parent
bba7006a83
commit
bcead17001
|
|
@ -126,6 +126,10 @@
|
|||
:blink-cursor-interval 0.3
|
||||
:blink-cursor-blinks 50
|
||||
:cursor-in-non-selected-windows (hbar . 3))
|
||||
(underscore-thick-no-blink
|
||||
:blink-cursor-mode -1
|
||||
:cursor-type (hbar . 8)
|
||||
:cursor-in-non-selected-windows (hbar . 3))
|
||||
(t ; the default values
|
||||
:cursor-type box
|
||||
:cursor-in-non-selected-windows hollow
|
||||
|
|
|
|||
|
|
@ -2033,6 +2033,10 @@ such as in the difference between writing and reading.
|
|||
:blink-cursor-interval 0.3
|
||||
:blink-cursor-blinks 50
|
||||
:cursor-in-non-selected-windows (hbar . 3))
|
||||
(underscore-thick-no-blink
|
||||
:blink-cursor-mode -1
|
||||
:cursor-type (hbar . 8)
|
||||
:cursor-in-non-selected-windows (hbar . 3))
|
||||
(t ; the default values
|
||||
:cursor-type box
|
||||
:cursor-in-non-selected-windows hollow
|
||||
|
|
|
|||
Loading…
Reference in a new issue