Removed comments
This commit is contained in:
parent
690a444399
commit
8c247b7e4b
5
init.el
5
init.el
|
@ -25,10 +25,7 @@
|
||||||
|
|
||||||
(setq backup-by-copying t
|
(setq backup-by-copying t
|
||||||
inhibit-splash-screen 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))
|
custom-file (expand-file-name "custom.el" temporary-file-directory))
|
||||||
;; (when (file-readable-p custom-file)
|
|
||||||
;; (load custom-file))
|
|
||||||
|
|
||||||
(use-package auto-package-update
|
(use-package auto-package-update
|
||||||
:custom
|
:custom
|
||||||
|
@ -294,7 +291,7 @@
|
||||||
(org-list-allow-alphabetical t)
|
(org-list-allow-alphabetical t)
|
||||||
(org-hide-emphasis-markers t)
|
(org-hide-emphasis-markers t)
|
||||||
:config
|
: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")
|
(defhydra hydra-org-evil-shiftmove (org-mode-map "C-c")
|
||||||
"S+arrows"
|
"S+arrows"
|
||||||
("h" #'org-shiftleft "left")
|
("h" #'org-shiftleft "left")
|
||||||
|
|
Loading…
Reference in a new issue