diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2021-04-12 01:32:09 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2021-04-12 01:32:09 (GMT) |
| commit | 6ddcdbf2d242b02af2d56e68a32ed8432497de6d (patch) | |
| tree | b487971cb1dccae1289bb0d298a4b6ed46ad3a08 /lisp/ravi-init-tex.el | |
| parent | 1814c08407a94d9e8a285e434dd6b3c0a0515ee5 (diff) | |
| download | dotemacs-6ddcdbf2d242b02af2d56e68a32ed8432497de6d.zip dotemacs-6ddcdbf2d242b02af2d56e68a32ed8432497de6d.tar.gz dotemacs-6ddcdbf2d242b02af2d56e68a32ed8432497de6d.tar.bz2 | |
Make introspection easier
Diffstat (limited to 'lisp/ravi-init-tex.el')
| -rw-r--r-- | lisp/ravi-init-tex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ravi-init-tex.el b/lisp/ravi-init-tex.el index 7af212a..b8b9b3d 100644 --- a/lisp/ravi-init-tex.el +++ b/lisp/ravi-init-tex.el @@ -165,7 +165,7 @@ starting with \\ and followed by a block of text enclosed in {}." (add-hook 'TeX-mode-hook 'ravi/company-math-setup))) (use-package latex-extra - :hook (LaTex-mode . latex-extra-mode) + :hook (LaTex-mode-hook . latex-extra-mode) :diminish latex-extra-mode) (defun my-LaTeX-mode-init () |
