Removed comments

This commit is contained in:
eriedaberrie 2022-12-29 21:43:16 -08:00
parent 690a444399
commit 8c247b7e4b

View file

@ -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")