ADD snakemake mode
This commit is contained in:
parent
05c242db34
commit
2f23c06669
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue