diff options
author | Case Duckworth | 2020-12-22 20:33:57 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-22 20:33:57 -0600 |
commit | c9d30098e5fdb1abd27a87104a13ab7c8bfb73d6 (patch) | |
tree | 4864a1a85bb4e5214e7b5b253930c9d92e17f35d | |
parent | Add agenda-mode stuff (diff) | |
download | emacs-c9d30098e5fdb1abd27a87104a13ab7c8bfb73d6.tar.gz emacs-c9d30098e5fdb1abd27a87104a13ab7c8bfb73d6.zip |
Move early-init.el into one block
-rw-r--r-- | config.org | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config.org b/config.org index 8b813fa..639bbc4 100644 --- a/config.org +++ b/config.org | |||
@@ -1482,10 +1482,8 @@ from [[https://karthinks.com/software/more-batteries-included-with-emacs/#regexp | |||
1482 | :END: | 1482 | :END: |
1483 | 1483 | ||
1484 | #+begin_src emacs-lisp :comments no | 1484 | #+begin_src emacs-lisp :comments no |
1485 | ;; early-init.el -*- lexical-binding: t; no-byte-compile: t; -*- | 1485 | ;; early-init.el -*- lexical-binding: t; no-byte-compile: t; -*- |
1486 | #+end_src | ||
1487 | 1486 | ||
1488 | #+begin_src emacs-lisp | ||
1489 | (setq load-prefer-newer t) | 1487 | (setq load-prefer-newer t) |
1490 | (setq frame-inhibit-implied-resize t) | 1488 | (setq frame-inhibit-implied-resize t) |
1491 | #+end_src | 1489 | #+end_src |