Remove cdlatex as it is now inside doom

This commit is contained in:
Thomas Dehaeze 2020-02-14 16:05:45 +01:00
parent b480fc8585
commit f6cffd7499

View File

@ -685,16 +685,6 @@ https://emacs.stackexchange.com/questions/30575/adding-latex-newpage-before-a-he
#+end_src
** Org LaTeX
*** Org CdLatex
https://orgmode.org/manual/CDLaTeX-mode.html#CDLaTeX-mode
#+begin_src emacs-lisp
(after! org
(push "~/.config/doom/local/" load-path)
(require 'cdlatex)
(add-hook 'org-mode-hook 'turn-on-org-cdlatex)
)
#+end_src
*** LaTeX Classes
#+begin_src emacs-lisp
(after! org