ADD snakemake mode

This commit is contained in:
Nathan Dwarshuis 2021-09-17 16:07:09 -04:00
parent 05c242db34
commit 2f23c06669
1 changed files with 5 additions and 0 deletions

View File

@ -1066,6 +1066,11 @@ Note this also requires all external packages to be installed in each environeme
;; strange errors when activating a symlinked env
(advice-add #'pyenv-mode-full-path :filter-return #'file-truename))
#+END_SRC
*** Snakemake
#+begin_src emacs-lisp
(use-package snakemake-mode
:straight t)
#+end_src
*** Ruby
:PROPERTIES:
:ID: bd1723ec-daec-4c45-82c5-41430e9b02fc