diff options
author | Case Duckworth | 2021-04-29 20:21:31 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-29 20:21:31 -0500 |
commit | cef00c0b136fb4cf046c4dccdec37b3c81c0d094 (patch) | |
tree | 23a8df64ef556174097736702ac45870f70888e4 | |
parent | Change some `defun'+`advice-add' to `define-advice' (diff) | |
download | emacs-cef00c0b136fb4cf046c4dccdec37b3c81c0d094.tar.gz emacs-cef00c0b136fb4cf046c4dccdec37b3c81c0d094.zip |
Inhibit loading X Resources
-rw-r--r-- | early-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el index 8949e20..237cffe 100644 --- a/early-init.el +++ b/early-init.el | |||
@@ -57,6 +57,7 @@ | |||
57 | (:other "monospace 10")))) | 57 | (:other "monospace 10")))) |
58 | frame-inhibit-implied-resize t ; Don't resize randomly | 58 | frame-inhibit-implied-resize t ; Don't resize randomly |
59 | frame-resize-pixelwise t ; Resize by pixels, not chars | 59 | frame-resize-pixelwise t ; Resize by pixels, not chars |
60 | inhibit-x-resources t ; Don't load ~/.Xresources | ||
60 | ) | 61 | ) |
61 | 62 | ||
62 | (hook-defun disable-ui-modes after-init-hook | 63 | (hook-defun disable-ui-modes after-init-hook |