Don't render cursor in non-focused windows
This commit is contained in:
parent
dc1253eb03
commit
0f0bf89246
1 changed files with 2 additions and 0 deletions
|
|
@ -232,6 +232,7 @@
|
|||
enable-recursive-minibuffers t
|
||||
fast-but-imprecise-scrolling t
|
||||
frame-title-format nil
|
||||
highlight-nonselected-windows nil
|
||||
history-delete-duplicates t
|
||||
isearch-allow-motion t
|
||||
isearch-lazy-count t
|
||||
|
|
@ -257,6 +258,7 @@
|
|||
user-mail-address "tobias.ostner@gmail.com")
|
||||
|
||||
(setq-default
|
||||
cursor-in-non-selected-windows nil
|
||||
indent-tabs-mode nil
|
||||
bidi-display-reordering 'left-to-right
|
||||
bidi-paragraph-direction 'left-to-right
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue