Change emacs cursor type

This commit is contained in:
Tobias Ostner 2024-06-12 10:56:12 +02:00
parent a2e6c91968
commit d17a912bb3

View file

@ -177,6 +177,7 @@
(use-package emacs (use-package emacs
:ensure nil :ensure nil
:custom :custom
(cursor-type 'bar)
(visible-bell t) (visible-bell t)
(global-auto-revert-non-file-buffers t) (global-auto-revert-non-file-buffers t)
(kill-do-not-save-duplicates t) (kill-do-not-save-duplicates t)