summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-04-06 14:25:02 -0700
committerFranck Cuny <franck.cuny@gmail.com>2017-04-06 14:25:02 -0700
commit140dfe71de7521d3043988d9561c2dcce919d66c (patch)
tree9d036a9313876b6ea3a7e36fadbe2f629903fff8 /emacs.d
parent[bash] ssh is (again) broken with OSX ? (diff)
downloademacs.d-140dfe71de7521d3043988d9561c2dcce919d66c.tar.gz
[Emacs] change the style of the cursor.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/lib/settings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/lib/settings.el b/emacs.d/lib/settings.el
index e96b8f2..8eeb7d4 100644
--- a/emacs.d/lib/settings.el
+++ b/emacs.d/lib/settings.el
@@ -82,7 +82,7 @@
 (setq display-time-format "")
 
 ;; cursor is a thin bar
-(setq-default cursor-type 'bar)
+(setq-default cursor-type 'hbar)
 
 ;; highlight current line
 (global-hl-line-mode 1)