about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-01-19 19:46:20 -0600
committerCase Duckworth2021-01-19 19:46:20 -0600
commit6e00f54fcb39af3b0a2e87b82137934cfac7123b (patch)
treea01d2614af4c0f8bbdce295f3c7ae38c6c0b4646
parentOnly auto-fill comments (diff)
downloademacs-6e00f54fcb39af3b0a2e87b82137934cfac7123b.tar.gz
emacs-6e00f54fcb39af3b0a2e87b82137934cfac7123b.zip
Hide cursor in inactive windows
-rw-r--r--config.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.org b/config.org index afeac72..cf33168 100644 --- a/config.org +++ b/config.org
@@ -5,7 +5,7 @@
5#+EXPORT_FILE_NAME: README.md 5#+EXPORT_FILE_NAME: README.md
6#+OPTIONS: toc:nil 6#+OPTIONS: toc:nil
7#+BANKRUPTCY_COUNT: 3.2 7#+BANKRUPTCY_COUNT: 3.2
8#+Time-stamp: <2021-01-18 23:29:22 acdw> 8#+Time-stamp: <2021-01-18 23:33:24 acdw>
9 9
10* Basics 10* Basics
11 11
@@ -181,8 +181,8 @@
181 (cuss cursor-type 'bar 181 (cuss cursor-type 'bar
182 "Show a vertical bar for the cursor.") 182 "Show a vertical bar for the cursor.")
183 183
184 (cuss cursor-in-non-selected-windows 'hbar 184 (cuss cursor-in-non-selected-windows nil
185 "Show an empty box in inactive windows.") 185 "Don't show a cursor in non-selected windows.")
186 186
187 ;; Don't blink the cursor 187 ;; Don't blink the cursor
188 (blink-cursor-mode -1) 188 (blink-cursor-mode -1)