LaTeX Show TODOs

main
earnest ma 2023-03-21 10:39:47 -04:00
parent 24f6bf01cd
commit 06410177db
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ the compiled PDF version) in pympress."
(start-process "pympress" nil "pympress" (replace-regexp-in-string "\.tex" ".pdf" buffer-file-name)))
;; (async-shell-command (concat "pympress " (replace-regexp-in-string "\.tex" ".pdf" buffer-file-name))))
(add-hook! 'LaTeX-mode-hook #'hl-todo-mode)
(use-package! ispell
:config
(setq ispell-personal-dictionary (expand-file-name "~/.aspell.en.pws"))