summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
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)