summary refs log tree commit diff
path: root/emacs/custom/fcuny-settings.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-01-29 13:09:00 -0800
committerFranck Cuny <franck@fcuny.net>2022-01-29 13:09:00 -0800
commit4e1445fc8447ac199b15ea4eff369f84e82ec429 (patch)
tree903fd5bf1f1e13556658c212832aa076d9e49e79 /emacs/custom/fcuny-settings.el
parenteshell: run `ls -l` after entering a directory (diff)
downloademacs.d-4e1445fc8447ac199b15ea4eff369f84e82ec429.tar.gz
emacs: a more visible cursor
Diffstat (limited to 'emacs/custom/fcuny-settings.el')
-rw-r--r--emacs/custom/fcuny-settings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-settings.el b/emacs/custom/fcuny-settings.el
index cb6d7d8..d6a558f 100644
--- a/emacs/custom/fcuny-settings.el
+++ b/emacs/custom/fcuny-settings.el
@@ -23,7 +23,7 @@
 (setq visible-bell nil)                          ;; no bell
 (setq column-number-mode t)                      ;; show column number in the mode line
 (setq-default indent-tabs-mode nil)              ;; turn off tab indentation
-(setq-default cursor-type 'hbar)                 ;; cursor is a horizontal bar
+(setq-default cursor-type 'box)                  ;; cursor is a horizontal bar
 (setq-default delete-by-moving-to-trash t)       ;; delete files by moving them to the trash
 (setq initial-scratch-message "")                ;; empty scratch buffer
 (setq garbage-collection-messages t)             ;; log when the gc kicks in