aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-07-09 20:16:53 -0700
committerGravatar Tom Willemse2018-07-09 20:16:53 -0700
commitae598d1e6a46e67a7236cfc7fe9601e8c9f9d6e7 (patch)
treeced3fdf10deadcf617a5ccf2cd165deeb5f18e6e /emacs
parent1478caf4d3484e5ae9e602e6f1c06296af2aa4be (diff)
downloadnew-dotfiles-ae598d1e6a46e67a7236cfc7fe9601e8c9f9d6e7.tar.gz
new-dotfiles-ae598d1e6a46e67a7236cfc7fe9601e8c9f9d6e7.zip
Update cursor configuration
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index ff87d5f..3674054 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -110,6 +110,7 @@
(scroll-bar-mode -1)
(setq-default cursor-type '(bar . 2))
+(setq-default cursor-in-non-selected-windows 'box)
(setq-default truncate-lines t)