change cursor to bar
This commit is contained in:
parent
a4fd006690
commit
6519b7cb2d
2
init.el
2
init.el
@ -1119,6 +1119,8 @@ inserted between the braces between the braces."
|
|||||||
(menu-bar-mode 0)
|
(menu-bar-mode 0)
|
||||||
(tool-bar-mode 0)
|
(tool-bar-mode 0)
|
||||||
(scroll-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 ###
|
;;; ### Easy switching between some fonts ###
|
||||||
|
Loading…
x
Reference in New Issue
Block a user