summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-06-12 01:06:36 -0400
committerKyle Meyer <kyle@kyleam.com>2021-06-12 01:12:25 -0400
commit702685f9c7c6c720e4fb24277ffbae257b8bfa66 (patch)
tree1cbdc7bacddc215ef8c93d09f4cce808a0d105c5 /init.el
parent1f20a7456fda5c7d4e039097dcbfc6ac39b8fb39 (diff)
downloademacs.d-702685f9c7c6c720e4fb24277ffbae257b8bfa66.tar.gz
init.el: Fix typo in library name
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 30d4906..3ab26a9 100644
--- a/init.el
+++ b/init.el
@@ -1969,7 +1969,7 @@
(magit-change-popup-key 'snakemake-popup :action
?p ?o)))
-(use-package km/snakemake
+(use-package km-snakemake
:init
(define-key km/compile-map "l" #'km/snakemake-recompile-no-dryrun))