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 * Edition modes
** Quarto ** Quarto
#+begin_src emacs-lisp :tangle yes
(require 'quarto-mode)
;;(add-to-list 'auto-mode-alist '("\\.Rmd\\'" . poly-quarto-mode))
#+end_src
** LaTeX ** LaTeX

View File

@ -50,6 +50,10 @@
;(unpin! t) ;(unpin! t)
; (package! conda) ; (package! conda)
(package! polymode)
(package! poly-markdown)
(package! request)
(package! quarto-mode) (package! quarto-mode)
;; (package! org-elp) ;; (package! org-elp)
@ -64,6 +68,8 @@
(package! groovy-mode) (package! groovy-mode)
(package! nextflow-mode :recipe (:host github :repo "emiller88/nextflow-mode")) (package! nextflow-mode :recipe (:host github :repo "emiller88/nextflow-mode"))
(package! snakemake-mode)
;; typst ;; typst
;;(package! typst-ts-mode :recipe ;;(package! typst-ts-mode :recipe
;; (:host sourcehut :repo "meow_king/typst-ts-mode")) ;; (:host sourcehut :repo "meow_king/typst-ts-mode"))