summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-08-24 00:19:25 -0400
committerKyle Meyer <kyle@kyleam.com>2014-08-24 00:19:25 -0400
commit59510d2cb92f8ab8da3115342d52f03869722f4d (patch)
tree0d20f7b31357105374cec95de91bdb23e250113f /lisp
parent0c44981cdde622579d09e5be2c0eea44a7f87ce9 (diff)
downloademacs.d-59510d2cb92f8ab8da3115342d52f03869722f4d.tar.gz
Autoload snakemake-compile-command
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-snakemake.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-snakemake.el b/lisp/init-snakemake.el
index 64d235c..8902784 100644
--- a/lisp/init-snakemake.el
+++ b/lisp/init-snakemake.el
@@ -19,4 +19,6 @@
(default-directory (projectile-project-root)))
(call-interactively 'compile)))
+(autoload 'snakemake-compile-command "snakemake-mode")
+
(provide 'init-snakemake)