Emacs: cursor as bar

This commit is contained in:
Marcel Kapfer 2018-03-12 19:46:40 +01:00
parent 573c618701
commit 689f3e7cbd
1 changed files with 3 additions and 0 deletions

View File

@ -157,6 +157,9 @@
;;; set default column width
(setq-default fill-column 80)
;; set cursor style to a vertical bar
(setq-default cursor-type 'bar)
;;; hide tool bar, menu bar and scroll bar
(menu-bar-mode 0)
(tool-bar-mode 0)