diff options
author | Franck Cuny <franck@fcuny.net> | 2024-11-11 08:42:39 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-11-11 08:42:39 -0800 |
commit | fc27b0e8bebde8ff4e8398468addbb1a30ae55d3 (patch) | |
tree | 28b526531e02c73f204114f4432edb4a7bd3d94c /early-init.el | |
parent | a few more tweaks to org-mode configuration (diff) | |
download | emacs.d-fc27b0e8bebde8ff4e8398468addbb1a30ae55d3.tar.gz |
a few more tweaks
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/early-init.el b/early-init.el index fc55354..4568e74 100644 --- a/early-init.el +++ b/early-init.el @@ -21,8 +21,6 @@ ;; 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) |