summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-tex.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2022-04-03 03:01:04 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2022-04-03 03:01:04 (GMT)
commit04736a774879eeacf5a4e712d3fc8654f50223fc (patch)
tree70406d854826f01af43b9d1eda5aca3055215515 /lisp/ravi-init-tex.el
parent5965037037e8ea97d4036aede6bf9dd5ff612f07 (diff)
downloaddotemacs-04736a774879eeacf5a4e712d3fc8654f50223fc.zip
dotemacs-04736a774879eeacf5a4e712d3fc8654f50223fc.tar.gz
dotemacs-04736a774879eeacf5a4e712d3fc8654f50223fc.tar.bz2
Clean up misuse of use-package keyword :after
Diffstat (limited to 'lisp/ravi-init-tex.el')
-rw-r--r--lisp/ravi-init-tex.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/ravi-init-tex.el b/lisp/ravi-init-tex.el
index e6e215d..b195e69 100644
--- a/lisp/ravi-init-tex.el
+++ b/lisp/ravi-init-tex.el
@@ -76,7 +76,6 @@
(use-package preview
:ensure auctex
- :after latex
:hook ((LaTeX-mode-hook . karthinks/preview-larger-previews))
:config
(defun karthinks/preview-larger-previews ()
@@ -86,7 +85,6 @@
(use-package cdlatex
:ensure t
- :after latex
:hook (LaTeX-mode-hook . turn-on-cdlatex)
:bind (:map cdlatex-mode-map
("<tab>" . cdlatex-tab)))
@@ -181,7 +179,6 @@
:diminish latex-extra-mode)
(use-package reftex
- :after (latex)
:hook ((LaTeX-mode-hook . turn-on-reftex))
:config
(setq reftex-plug-into-AUCTeX t)