Lucien Cartier-Tilet
0510eaa0f5
Chemacs2 is a utility for Emacs to switch between various profiles and configurations of Emacs without a hassle. It thus helps me run my fully configured Spacemacss alongside my new attempt at configuring some vanilla Emacs after years of using Spacemacs. I also added Doom-Emacs for reference.
8 lines
282 B
EmacsLisp
8 lines
282 B
EmacsLisp
(setq package-enable-at-startup nil)
|
|
(setq inhibit-startup-message t)
|
|
(scroll-bar-mode -1) ; disable scrollbar
|
|
(tool-bar-mode -1) ; disable toolbar
|
|
(tooltip-mode -1) ; disable tooltips
|
|
(set-fringe-mode 10) ; give some breathing room
|
|
(menu-bar-mode -1) ; disable menubar
|