change cursor to bar

This commit is contained in:
Łukasz Pankowski 2019-12-30 10:42:43 +01:00
parent a4fd006690
commit 6519b7cb2d

View File

@ -1119,6 +1119,8 @@ inserted between the braces between the braces."
(menu-bar-mode 0)
(tool-bar-mode 0)
(scroll-bar-mode 0)
(setq-default cursor-type 'bar)
(setq-default cursor-in-non-selected-windows 'hollow)
;;; ### Easy switching between some fonts ###