snakemake-mode and quarto-mode
This commit is contained in:
parent
1d460760e7
commit
08e65589ef
@ -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
|
||||
|
||||
|
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user