diff options
author | Case Duckworth | 2021-01-19 23:43:19 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-19 23:43:19 -0600 |
commit | 328793397c48e43c7443467ed381d6534b437a0f (patch) | |
tree | a15f309ff3cde49198c1e30e22dac4254fe99672 /early-init.el | |
parent | Start over ... again (diff) | |
download | emacs-328793397c48e43c7443467ed381d6534b437a0f.tar.gz emacs-328793397c48e43c7443467ed381d6534b437a0f.zip |
Change README.md to README.org
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/early-init.el b/early-init.el index b74f5e4..f879ee4 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/emacs/config.org::*Disable loading of =package.el=][Disable loading of =package.el=:1]] | 10 | ;; [[file: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/emacs/config.org::*Don't resize the frame when loading fonts][Don't resize the frame when loading fonts:1]] | 17 | ;; [[file: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/emacs/config.org::*Resize frame by pixels][Resize frame by pixels:1]] | 24 | ;; [[file: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/emacs/config.org::*Shoe-horned from elsewhere in =config.org=][Shoe-horned from elsewhere in =config.org=:1]] | 38 | ;; [[file: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 | ||