summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
-rw-r--r--early-init.el4
-rw-r--r--smart-documents.org2
3 files changed, 7 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index d7dc875..6007841 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,6 @@
secret*
# .org => .el => .elc
-*.el
*.elc
# These directories are populated on config execution.
@@ -15,8 +14,8 @@ auto-save-list/**
transient/**
_minted*
-# Tangled config .el file from .org
-smart-documents.el
+# Tangled config .el and .elc file from .org
+smart-documents.el*
# Misc
.org-id-locations
diff --git a/early-init.el b/early-init.el
new file mode 100644
index 0000000..137638d
--- /dev/null
+++ b/early-init.el
@@ -0,0 +1,4 @@
+(menu-bar-mode -1)
+(tool-bar-mode -1)
+(menu-bar-bottom-and-right-window-divider)
+(setq gc-cons-threshold 100000000)
diff --git a/smart-documents.org b/smart-documents.org
index 242873d..f62c39d 100644
--- a/smart-documents.org
+++ b/smart-documents.org
@@ -64,7 +64,7 @@ element.
#+BEGIN_SRC emacs-lisp
(defun my/tokenize-user-details ()
"Tokenize user details."
-
+
(cons 'user-full-name user-full-name))
(unless (file-exists-p (concat user-emacs-directory
Copyright 2019--2024 Marius PETER