LaTeX Show TODOs
parent
24f6bf01cd
commit
06410177db
|
@ -85,6 +85,8 @@ the compiled PDF version) in pympress."
|
||||||
(start-process "pympress" nil "pympress" (replace-regexp-in-string "\.tex" ".pdf" buffer-file-name)))
|
(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))))
|
;; (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
|
(use-package! ispell
|
||||||
:config
|
:config
|
||||||
(setq ispell-personal-dictionary (expand-file-name "~/.aspell.en.pws"))
|
(setq ispell-personal-dictionary (expand-file-name "~/.aspell.en.pws"))
|
||||||
|
|
Loading…
Reference in New Issue