Hide the tool-bar by default!

This commit is contained in:
jowj 2019-02-20 23:07:34 -06:00
parent 5a470007b3
commit 46d6b1aab4

View File

@ -7,6 +7,7 @@
(global-visual-line-mode t) ; turn on word-wrap globally (probably a mistake, but wanted for org-mode)
(menu-bar-mode -1) ; disable visual menu on emacs
(tool-bar-mode -1)
(setq indent-tabs-mode nil) ; always use spaces, not tabs, when indenting
(setq case-fold-search t) ; ignore case when searching