~ruther/emacs.d

ref: 437cd02e2838145622db4baa442855e34027b2c8 emacs.d/early-init.el -rw-r--r-- 194 bytes
437cd02e — Rutherther chore: split to more el files 10 months ago
                                                                                
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)
Do not follow this link