diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-04-06 14:25:02 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-04-06 14:25:02 -0700 |
commit | 140dfe71de7521d3043988d9561c2dcce919d66c (patch) | |
tree | 9d036a9313876b6ea3a7e36fadbe2f629903fff8 | |
parent | [bash] ssh is (again) broken with OSX ? (diff) | |
download | emacs.d-140dfe71de7521d3043988d9561c2dcce919d66c.tar.gz |
[Emacs] change the style of the cursor.
-rw-r--r-- | emacs.d/lib/settings.el | 2 |
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) |