1 2 3 4 5 6 7 8 9
(setq package-enable-at-startup nil) ;; Visual stuff init (menu-bar-mode -1) (tool-bar-mode -1) (scroll-bar-mode -1) (tab-bar-mode -1) (blink-cursor-mode -1) (setq ring-bell-function #'ignore)