summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-01-05 11:54:09 -0600
committerCase Duckworth2021-01-05 11:55:16 -0600
commitb934db00c8c5d2c11eca31bd40e8f3c236d2c7f8 (patch)
tree27a4aa4c5f88d643c143cf24785cd6296ad8e2f4 /early-init.el
parentConfigure org-mode (diff)
downloademacs-b934db00c8c5d2c11eca31bd40e8f3c236d2c7f8.tar.gz
emacs-b934db00c8c5d2c11eca31bd40e8f3c236d2c7f8.zip
Various changes
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
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)