summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org
index 2bf6c1e..446a74a 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -4,6 +4,14 @@
* General
+** Early Init
+Ensure dark background on startup.
+#+begin_src elisp :tangle "~/.config/emacs/early-init.el"
+ (setq default-frame-alist '((background-color . "#000000")
+ (ns-appearance . dark)
+ (ns-transparent-titlebar . t)))
+#+end_src
+
** MELPA
https://melpa.org
Add and enable the MELPA repository for more available packages.