From d17a912bb37c4f61716183b3e8ff4a01c0643145 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Wed, 12 Jun 2024 10:56:12 +0200 Subject: [PATCH] Change emacs cursor type --- nix/config/emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/config/emacs/init.el b/nix/config/emacs/init.el index f90570f..37cf407 100644 --- a/nix/config/emacs/init.el +++ b/nix/config/emacs/init.el @@ -177,6 +177,7 @@ (use-package emacs :ensure nil :custom + (cursor-type 'bar) (visible-bell t) (global-auto-revert-non-file-buffers t) (kill-do-not-save-duplicates t)