~ruther/emacs.d

ref: 56a16160010760a3627fdb30aedcce0dd888cd9d emacs.d/early-init.el -rw-r--r-- 194 bytes
56a16160 — Rutherther fix: magit commit initial insert mode 1 year, 2 days 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