diff options
author | Franck Cuny <franck@fcuny.net> | 2024-11-10 17:30:44 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-11-10 17:30:44 -0800 |
commit | abd563ac3c9295faa811e136acc4c148a3a31431 (patch) | |
tree | a686a28fb9fac3c01979ccb3ffc7ddb48a77e708 /early-init.el | |
parent | removing denote (diff) | |
download | emacs.d-abd563ac3c9295faa811e136acc4c148a3a31431.tar.gz |
switch to the default theme and dejavu for the fonts
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el index 4568e74..fc55354 100644 --- a/early-init.el +++ b/early-init.el @@ -21,6 +21,8 @@ ;; increase font size (set-face-attribute 'default nil :height 130) +(invert-face 'default) + (setq init-file-debug t) (setq debug-on-error init-file-debug) |