about summary refs log tree commit diff stats
path: root/emacs-prelude/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-prelude/early-init.el')
-rw-r--r--emacs-prelude/early-init.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/emacs-prelude/early-init.el b/emacs-prelude/early-init.el
deleted file mode 100644
index 7431ab6..0000000
--- a/emacs-prelude/early-init.el
+++ /dev/null
@@ -1,14 +0,0 @@
-;;; early-init.el --- Early Init File -*- lexical-binding: t; no-byte-compile: t -*-
-
-(setq gc-cons-threshold most-positive-fixnum
-      gc-cons-percentage 0.6)
-
-(push '(menu-bar-lines . 0) default-frame-alist)
-(push '(tool-bar-lines . 0) default-frame-alist)
-(push '(vertical-scroll-bars) default-frame-alist)
-
-(setq frame-inhibit-implied-resize t)
-
-; (setq comp-deferred-compilation nil)
-
-;;; early-init.el ends here