summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-03-18 19:27:12 -0400
committerKyle Meyer <kyle@kyleam.com>2016-03-18 19:27:12 -0400
commita5807d63aaff640604357aa90846b22de54c4437 (patch)
tree84875025173328d7c199abd7ad39d7023fece2c4 /init.el
parent1f40b80bf90983a330324e4c9c9fae848f4fb8db (diff)
downloademacs.d-a5807d63aaff640604357aa90846b22de54c4437.tar.gz
Set safe-local-variable for project-compilation-cmd
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 8778b05..ee398a5 100644
--- a/init.el
+++ b/init.el
@@ -681,6 +681,8 @@
(projectile-register-project-type 'snakemake
'("Snakefile") "snakemake -p" "")
+ (put 'projectile-project-compilation-cmd 'safe-local-variable #'stringp)
+
(bind-keys :map projectile-command-map
("g" . projectile-vc)
("i" . projectile-ibuffer)