diff options
author | Case Duckworth | 2021-01-05 11:54:09 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-05 11:55:16 -0600 |
commit | b934db00c8c5d2c11eca31bd40e8f3c236d2c7f8 (patch) | |
tree | 27a4aa4c5f88d643c143cf24785cd6296ad8e2f4 /early-init.el | |
parent | Configure org-mode (diff) | |
download | emacs-b934db00c8c5d2c11eca31bd40e8f3c236d2c7f8.tar.gz emacs-b934db00c8c5d2c11eca31bd40e8f3c236d2c7f8.zip |
Various changes
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 b5fb787..fc19618 100644 --- a/early-init.el +++ b/early-init.el | |||
@@ -5,3 +5,5 @@ | |||
5 | 5 | ||
6 | ;; Don't resize the frame when loading fonts | 6 | ;; Don't resize the frame when loading fonts |
7 | (setq frame-inhibit-implied-resize t) | 7 | (setq frame-inhibit-implied-resize t) |
8 | ;; Resize frame by pixels | ||
9 | (setq frame-resize-pixelwise t) | ||