From 8c247b7e4b589d24cbfdd8e20d94bf3ae1733600 Mon Sep 17 00:00:00 2001 From: eriedaberrie Date: Thu, 29 Dec 2022 21:43:16 -0800 Subject: [PATCH] Removed comments --- init.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/init.el b/init.el index 5ae583d..cdbd8e0 100644 --- a/init.el +++ b/init.el @@ -25,10 +25,7 @@ (setq backup-by-copying t inhibit-splash-screen t - ;; custom-file (expand-file-name "custom.el" user-emacs-directory) custom-file (expand-file-name "custom.el" temporary-file-directory)) -;; (when (file-readable-p custom-file) -;; (load custom-file)) (use-package auto-package-update :custom @@ -294,7 +291,7 @@ (org-list-allow-alphabetical t) (org-hide-emphasis-markers t) :config - ;; (setq org-format-latex-options (plist-put org-format-latex-options :scale 2.0)) + (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.1)) (defhydra hydra-org-evil-shiftmove (org-mode-map "C-c") "S+arrows" ("h" #'org-shiftleft "left")