Skip to content

Commit 146fc32

Browse files
committed
Update README.md
1 parent c25ef5c commit 146fc32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

init.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,7 @@
291291
;; Don't blink the paren matching the one at point, it's too distracting.
292292
(setq blink-matching-paren nil)
293293

294-
;; Don't stretch the cursor to fit wide characters, it is disorienting,
295-
;; especially for tabs.
294+
;; Do not extend the cursor to fit wide characters
296295
(setq x-stretch-cursor nil)
297296

298297
;; Reduce rendering/line scan work by not rendering cursors or regions in

0 commit comments

Comments
 (0)