From 4e1445fc8447ac199b15ea4eff369f84e82ec429 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 29 Jan 2022 13:09:00 -0800 Subject: emacs: a more visible cursor --- emacs/custom/fcuny-settings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') 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 -- cgit 1.4.1