Bump :lang latex
cdominik/cdlatex@b7af5a9 -> cdominik/cdlatex@a5cb624 TheBB/company-reftex@33935e9 -> TheBB/company-reftex@275ef70
This commit is contained in:
parent
571c87b37e
commit
120818b07e
2 changed files with 4 additions and 2 deletions
|
@ -124,6 +124,8 @@ If no viewers are found, `latex-preview-pane' is used.")
|
|||
:when (featurep! +cdlatex)
|
||||
:hook (LaTeX-mode . cdlatex-mode)
|
||||
:config
|
||||
;; Use \( ... \) instead of $ ... $
|
||||
(setq cdlatex-use-dollar-to-ensure-math nil)
|
||||
;; Disabling keys that have overlapping functionality with other parts of Doom
|
||||
(map! :map cdlatex-mode-map
|
||||
;; smartparens takes care of inserting closing delimiters, and if you
|
||||
|
|
|
@ -11,13 +11,13 @@
|
|||
(package! auctex-latexmk :pin "4d35352265"))
|
||||
|
||||
(when (featurep! +cdlatex)
|
||||
(package! cdlatex :pin "b7af5a9884"))
|
||||
(package! cdlatex :pin "a5cb624ef5"))
|
||||
|
||||
;; Features according to other user selected options
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-auctex :pin "48c42c58ce")
|
||||
(package! company-reftex :pin "33935e9654")
|
||||
(package! company-reftex :pin "275ef708f0")
|
||||
(package! company-math :pin "a796053590"))
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-bibtex :pin "d4471232be"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue