diff options
-rw-r--r-- | config.org | 6 |
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) |