diff options
author | 2020-10-05 23:38:06 -0400 | |
---|---|---|
committer | 2020-10-05 23:38:06 -0400 | |
commit | d7dee82420a04e5c92e5b5ad316e14a49bd4d689 (patch) | |
tree | 9dceac59e3b0d40b0357e8854e191ac5559d41ab /early-init.el | |
parent | 927b50b7aec2da105bd5125dec272a89e38663c3 (diff) | |
download | configs-d7dee82420a04e5c92e5b5ad316e14a49bd4d689.tar.gz configs-d7dee82420a04e5c92e5b5ad316e14a49bd4d689.tar.xz configs-d7dee82420a04e5c92e5b5ad316e14a49bd4d689.zip |
Move GNU Emacs configs from ./ into .emacs.d/
I will be using the repository to store my configurations for other
non-Emacs pieces of software. The repository itself will be located
at ~/ rather than ~/.emacs.d/.
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/early-init.el b/early-init.el deleted file mode 100644 index 99646b0..0000000 --- a/early-init.el +++ /dev/null @@ -1,4 +0,0 @@ -;; 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) |