add config for latex-preview-pane

This commit is contained in:
Adam Goldsmith 2015-08-29 13:43:41 -04:00
parent 1e8a4537c5
commit 5e5917c29b
1 changed files with 3 additions and 0 deletions

3
.emacs
View File

@ -133,3 +133,6 @@
(use-package todotxt-mode
:config
(setq todotxt-default-file (expand-file-name "~/Sync/todo/todo.txt")))
(use-package latex-preview-pane
:config
(latex-preview-pane-enable))