Emacs: cursor as bar
This commit is contained in:
parent
573c618701
commit
689f3e7cbd
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue