snakemake-mode and quarto-mode
This commit is contained in:
parent
1d460760e7
commit
08e65589ef
@ -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
|
||||||
|
|
||||||
|
@ -48,8 +48,12 @@
|
|||||||
;(unpin! pinned-package another-pinned-package)
|
;(unpin! pinned-package another-pinned-package)
|
||||||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
||||||
;(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"))
|
||||||
|
Loading…
Reference in New Issue
Block a user