~ruther/emacs.d

ref: cb13544237f9acfaad0f26933ebfa13e99ac83ac emacs.d/early-init.el -rw-r--r-- 369 bytes
cb135442 — Rutherther feat: add more keybindings, projectile behav 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(when (fboundp 'startup-redirect-eln-cache)
  (startup-redirect-eln-cache
   (convert-standard-filename
    (expand-file-name  "stateful/eln-cache/" user-emacs-directory))))

(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)