From da92f0693f420dd1edcc3bd90629a235a7cc6100 Mon Sep 17 00:00:00 2001 From: Ashley Duckworth Date: Wed, 20 Jan 2021 12:57:24 -0600 Subject: UI, Persistence --- early-init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'early-init.el') 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 @@ ;; I use =straight.el= instead. -;; [[file:config.org::*Disable loading of =package.el=][Disable loading of =package.el=:1]] +;; [[file:~/.emacs.d/config.org::*Disable loading of =package.el=][Disable loading of =package.el=:1]] (setq package-enable-at-startup nil) ;; Disable loading of =package.el=:1 ends here ;; Don't resize the frame when loading fonts -;; [[file:config.org::*Don't resize the frame when loading fonts][Don't resize the frame when loading fonts:1]] +;; [[file:~/.emacs.d/config.org::*Don't resize the frame when loading fonts][Don't resize the frame when loading fonts:1]] (setq frame-inhibit-implied-resize t) ;; Don't resize the frame when loading fonts:1 ends here ;; Resize frame by pixels -;; [[file:config.org::*Resize frame by pixels][Resize frame by pixels:1]] +;; [[file:~/.emacs.d/config.org::*Resize frame by pixels][Resize frame by pixels:1]] (setq frame-resize-pixelwise t) ;; Resize frame by pixels:1 ends here @@ -35,7 +35,7 @@ ;; what I have for now. -;; [[file:config.org::*Shoe-horned from elsewhere in =config.org=][Shoe-horned from elsewhere in =config.org=:1]] +;; [[file:~/.emacs.d/config.org::*Shoe-horned from elsewhere in =config.org=][Shoe-horned from elsewhere in =config.org=:1]] (add-to-list 'default-frame-alist '(tool-bar-lines . 0)) -- cgit 1.4.1-21-gabe81