summaryrefslogtreecommitdiffstats
path: root/.emacs.d/early-init.el
blob: 962c7244c91560bc62b285df1bbd499b7494ed68 (plain) (blame)
1
2
3
4
5
6
7
8
;; No package.el (for emacs 27 and later).  See
;; https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=24acb31c04b4048b85311d794e600ecd7ce60d3b
(setq package-enable-at-startup nil)
(setq load-prefer-newer t)
(menu-bar-mode -1)
(tool-bar-mode -1)
(scroll-bar-mode -1)
(blink-cursor-mode -1)