Henrik Lissner 2020-03-06 15:42:35 -05:00
parent 571c87b37e
commit 120818b07e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 2 deletions

View file

@ -124,6 +124,8 @@ If no viewers are found, `latex-preview-pane' is used.")
:when (featurep! +cdlatex) :when (featurep! +cdlatex)
:hook (LaTeX-mode . cdlatex-mode) :hook (LaTeX-mode . cdlatex-mode)
:config :config
;; Use \( ... \) instead of $ ... $
(setq cdlatex-use-dollar-to-ensure-math nil)
;; Disabling keys that have overlapping functionality with other parts of Doom ;; Disabling keys that have overlapping functionality with other parts of Doom
(map! :map cdlatex-mode-map (map! :map cdlatex-mode-map
;; smartparens takes care of inserting closing delimiters, and if you ;; smartparens takes care of inserting closing delimiters, and if you

View file

@ -11,13 +11,13 @@
(package! auctex-latexmk :pin "4d35352265")) (package! auctex-latexmk :pin "4d35352265"))
(when (featurep! +cdlatex) (when (featurep! +cdlatex)
(package! cdlatex :pin "b7af5a9884")) (package! cdlatex :pin "a5cb624ef5"))
;; Features according to other user selected options ;; Features according to other user selected options
(when (featurep! :completion company) (when (featurep! :completion company)
(package! company-auctex :pin "48c42c58ce") (package! company-auctex :pin "48c42c58ce")
(package! company-reftex :pin "33935e9654") (package! company-reftex :pin "275ef708f0")
(package! company-math :pin "a796053590")) (package! company-math :pin "a796053590"))
(when (featurep! :completion ivy) (when (featurep! :completion ivy)
(package! ivy-bibtex :pin "d4471232be")) (package! ivy-bibtex :pin "d4471232be"))