early-init.el like https://is.gd/FGGyUb

Commit
a83e754fd56526c5dc841a5b8d47cf7d59ed9ebf
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
Changed files
.gitignore
index d7dc875d..60078414 100644..100644
@@ -4,7 +4,6 @@
4 4 secret*
5 5
6 6 # .org => .el => .elc
7 Removed: *.el
8 7 *.elc
9 8
10 9 # These directories are populated on config execution.
@@ -15,8 +14,8 @@
15 14 transient/**
16 15 _minted*
17 16
18 Removed: # Tangled config .el file from .org
19 Removed: smart-documents.el
17 Added: # Tangled config .el and .elc file from .org
18 Added: smart-documents.el*
20 19
21 20 # Misc
22 21 .org-id-locations
early-init.el
index 00000000..137638da 000000..100644
@@ -0,0 +1,4 @@
1 Added: (menu-bar-mode -1)
2 Added: (tool-bar-mode -1)
3 Added: (menu-bar-bottom-and-right-window-divider)
4 Added: (setq gc-cons-threshold 100000000)
smart-documents.org
index 242873d3..f62c39dd 100644..100644
@@ -64,7 +64,7 @@
64 64 #+BEGIN_SRC emacs-lisp
65 65 (defun my/tokenize-user-details ()
66 66 "Tokenize user details."
67 Removed:
67 Added:
68 68 (cons 'user-full-name user-full-name))
69 69
70 70 (unless (file-exists-p (concat user-emacs-directory