diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-08-17 12:49:29 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-08-17 12:49:29 +0100 |
commit | 7e0dab42d7b74f293423e2a743cccffae38773ae (patch) | |
tree | 90d8ee208da49f1f6eebe77f134492ce67301479 /emacs-prelude/early-init.el | |
parent | d0db5660caa836755ea8c99471d816484ea9e837 (diff) | |
download | dotfiles-7e0dab42d7b74f293423e2a743cccffae38773ae.tar.gz |
Remove emacs prelude config
Diffstat (limited to 'emacs-prelude/early-init.el')
-rw-r--r-- | emacs-prelude/early-init.el | 14 |
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 |