From 08e65589ef55dd59b9be6809490ebf9dfaa443d5 Mon Sep 17 00:00:00 2001 From: Samuel Ortion Date: Fri, 17 May 2024 18:39:38 +0200 Subject: [PATCH] snakemake-mode and quarto-mode --- config.org | 4 ++++ packages.el | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index f51543c..c4f6caa 100644 --- a/config.org +++ b/config.org @@ -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 diff --git a/packages.el b/packages.el index 75f7bba..91229cd 100644 --- a/packages.el +++ b/packages.el @@ -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"))