Add Doom configuration comments
This commit is contained in:
parent
b7b583e98e
commit
a87a497a19
2 changed files with 7 additions and 2 deletions
|
@ -193,13 +193,17 @@
|
||||||
;;literate
|
;;literate
|
||||||
(default +bindings +smartparens))
|
(default +bindings +smartparens))
|
||||||
|
|
||||||
|
;; Set theme to everforest
|
||||||
(add-to-list 'custom-theme-load-path "~/.emacs.d/everforest")
|
(add-to-list 'custom-theme-load-path "~/.emacs.d/everforest")
|
||||||
(load-theme 'everforest-hard-dark t)
|
(load-theme 'everforest-hard-dark t)
|
||||||
|
|
||||||
|
;; Configure font
|
||||||
(add-to-list 'default-frame-alist '(font . "FiraCode Nerd Font Mono" ))
|
(add-to-list 'default-frame-alist '(font . "FiraCode Nerd Font Mono" ))
|
||||||
(set-face-attribute 'default nil :height 120) ;; 12pt
|
(set-face-attribute 'default nil :height 120) ;; 12pt
|
||||||
|
|
||||||
|
;; Roxy
|
||||||
(setq fancy-splash-image (concat doom-user-dir "splash.jpg"))
|
(setq fancy-splash-image (concat doom-user-dir "splash.jpg"))
|
||||||
|
|
||||||
(add-hook 'org-mode-hook 'org-fragtog-mode)
|
;; LaTeX editing
|
||||||
(add-hook 'org-mode-hook 'org-latex-preview)
|
(add-hook 'org-mode-hook 'org-fragtog-mode) ;; automatically expand/preview LaTeX
|
||||||
|
(add-hook 'org-mode-hook 'org-latex-preview) ;; automatically preview LaTeX on open
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
||||||
;(unpin! t)
|
;(unpin! t)
|
||||||
|
|
||||||
|
;; Automatically expand/preview LaTeX
|
||||||
(package! fragtog :recipe
|
(package! fragtog :recipe
|
||||||
(:host github
|
(:host github
|
||||||
:repo "io12/org-fragtog"
|
:repo "io12/org-fragtog"
|
||||||
|
|
Loading…
Add table
Reference in a new issue