diff options
| author | tslil clingman <> | 2020-05-05 20:26:45 -0700 |
|---|---|---|
| committer | tslil clingman <> | 2020-05-05 20:26:45 -0700 |
| commit | 5035096a71436a47821fce05ef7a559095999e0f (patch) | |
| tree | d0de0427aa476d3bf184cda58c615a4b9f0819f2 /emacs/inits/24-latex.el | |
| parent | 1d2c9def58d0ee5bd69c5f985ca97538cdf93c9b (diff) | |
Something close to correct for EXWM+workspaces+statusbar
Diffstat (limited to 'emacs/inits/24-latex.el')
| -rw-r--r-- | emacs/inits/24-latex.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emacs/inits/24-latex.el b/emacs/inits/24-latex.el index 0119cae..cadcd78 100644 --- a/emacs/inits/24-latex.el +++ b/emacs/inits/24-latex.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2020-04-23 20:45:55 (tslil@bison)> +;; Time-stamp: <2020-05-04 13:55:07 (tslil@bison)> (defvar latex-template-dir (expand-file-name "~/academic/typeset/latex-templates")) (defun prompt-latex-file-template () @@ -33,10 +33,9 @@ populated from the directory *latex-template-dir*" (use-package pdf-tools :demand :ensure t - ;; :bind (:map pdf-view-mode-map - ;; ("C-s" . isearch-forward)) - :config - (pdf-tools-install)) + :defer t) +;; :bind (:map pdf-view-mode-map +;; ("C-s" . isearch-forward)) (use-package latex :ensure auctex @@ -56,6 +55,7 @@ populated from the directory *latex-template-dir*" (company-auctex-init) (siege-mode 1) (cdm-mode) + (pdf-tools-install) (prompt-latex-file-template))) :init (defun better-TeX-insert-single-quote () |
