diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-03-18 19:27:12 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-03-18 19:27:12 -0400 |
commit | a5807d63aaff640604357aa90846b22de54c4437 (patch) | |
tree | 84875025173328d7c199abd7ad39d7023fece2c4 | |
parent | 1f40b80bf90983a330324e4c9c9fae848f4fb8db (diff) | |
download | emacs.d-a5807d63aaff640604357aa90846b22de54c4437.tar.gz |
Set safe-local-variable for project-compilation-cmd
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |