[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
early-init.el like https://is.gd/FGGyUb
Changed files
.gitignore
@@ -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
@@ -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
@@ -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