snakemake-mode and quarto-mode

This commit is contained in:
Samuel Ortion 2024-05-17 18:39:38 +02:00
parent 1d460760e7
commit 08e65589ef
Signed by: sortion
GPG Key ID: 9B02406F8C4FB765
2 changed files with 11 additions and 1 deletions

View File

@ -24,6 +24,10 @@
* Edition modes
** Quarto
#+begin_src emacs-lisp :tangle yes
(require 'quarto-mode)
;;(add-to-list 'auto-mode-alist '("\\.Rmd\\'" . poly-quarto-mode))
#+end_src
** LaTeX

View File

@ -48,8 +48,12 @@
;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
; (package! conda)
; (package! conda)
(package! polymode)
(package! poly-markdown)
(package! request)
(package! quarto-mode)
;; (package! org-elp)
@ -64,6 +68,8 @@
(package! groovy-mode)
(package! nextflow-mode :recipe (:host github :repo "emiller88/nextflow-mode"))
(package! snakemake-mode)
;; typst
;;(package! typst-ts-mode :recipe
;; (:host sourcehut :repo "meow_king/typst-ts-mode"))