summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorAshley Duckworth2021-01-20 12:57:24 -0600
committerAshley Duckworth2021-01-20 12:57:24 -0600
commitda92f0693f420dd1edcc3bd90629a235a7cc6100 (patch)
tree747a9ad7cecb035e70c35b12846a6d9446b2550c /early-init.el
parentRemove README.md (diff)
downloademacs-da92f0693f420dd1edcc3bd90629a235a7cc6100.tar.gz
emacs-da92f0693f420dd1edcc3bd90629a235a7cc6100.zip
UI, Persistence
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/early-init.el b/early-init.el index f879ee4..2e78e43 100644 --- a/early-init.el +++ b/early-init.el
@@ -7,21 +7,21 @@
7;; I use =straight.el= instead. 7;; I use =straight.el= instead.
8 8
9 9
10;; [[file:config.org::*Disable loading of =package.el=][Disable loading of =package.el=:1]] 10;; [[file:~/.emacs.d/config.org::*Disable loading of =package.el=][Disable loading of =package.el=:1]]
11(setq package-enable-at-startup nil) 11(setq package-enable-at-startup nil)
12;; Disable loading of =package.el=:1 ends here 12;; Disable loading of =package.el=:1 ends here
13 13
14;; Don't resize the frame when loading fonts 14;; Don't resize the frame when loading fonts
15 15
16 16
17;; [[file:config.org::*Don't resize the frame when loading fonts][Don't resize the frame when loading fonts:1]] 17;; [[file:~/.emacs.d/config.org::*Don't resize the frame when loading fonts][Don't resize the frame when loading fonts:1]]
18(setq frame-inhibit-implied-resize t) 18(setq frame-inhibit-implied-resize t)
19;; Don't resize the frame when loading fonts:1 ends here 19;; Don't resize the frame when loading fonts:1 ends here
20 20
21;; Resize frame by pixels 21;; Resize frame by pixels
22 22
23 23
24;; [[file:config.org::*Resize frame by pixels][Resize frame by pixels:1]] 24;; [[file:~/.emacs.d/config.org::*Resize frame by pixels][Resize frame by pixels:1]]
25(setq frame-resize-pixelwise t) 25(setq frame-resize-pixelwise t)
26;; Resize frame by pixels:1 ends here 26;; Resize frame by pixels:1 ends here
27 27
@@ -35,7 +35,7 @@
35;; what I have for now. 35;; what I have for now.
36 36
37 37
38;; [[file:config.org::*Shoe-horned from elsewhere in =config.org=][Shoe-horned from elsewhere in =config.org=:1]] 38;; [[file:~/.emacs.d/config.org::*Shoe-horned from elsewhere in =config.org=][Shoe-horned from elsewhere in =config.org=:1]]
39(add-to-list 'default-frame-alist 39(add-to-list 'default-frame-alist
40 '(tool-bar-lines . 0)) 40 '(tool-bar-lines . 0))
41 41