summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-02 10:02:04 -0600
committerCase Duckworth2021-01-02 10:02:04 -0600
commit37b19ab7319f75d6482a293f30478a533d40fcc3 (patch)
tree07e9656ddf0bb36c26ad3066965e6ffdd7f7aa82 /config.org
parentTypos & whitespace (diff)
downloademacs-37b19ab7319f75d6482a293f30478a533d40fcc3.tar.gz
emacs-37b19ab7319f75d6482a293f30478a533d40fcc3.zip
Change cursor in non-selected windows to hbar
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 6bef9ed..c4641f8 100644 --- a/config.org +++ b/config.org
@@ -143,7 +143,7 @@ doesn't work, I'll call git directly and clone the repo myself.
143(cuss cursor-type 'bar 143(cuss cursor-type 'bar
144 "Show a vertical bar for the cursor.") 144 "Show a vertical bar for the cursor.")
145 145
146(cuss cursor-in-non-selected-windows 'hollow 146(cuss cursor-in-non-selected-windows 'hbar
147 "Show an empty box in inactive windows.") 147 "Show an empty box in inactive windows.")
148 148
149;; Don't blink the cursor 149;; Don't blink the cursor