Start emacs into scratch buffer

This commit is contained in:
Gwen Lofman 2020-10-10 10:25:51 -04:00
parent adf844eaf1
commit c9b19ad77f
1 changed files with 10 additions and 0 deletions

10
profiles/emacs/init.el Normal file
View File

@ -0,0 +1,10 @@
(setq inhibit-startup-message t)
(scroll-bar-mode -1)
(tool-bar-mode -1)
(tooltip-mode -1)
(set-fringe-mode 10)
(menu-bar-mode -1)
(setq visible-bell t)