diff options
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index c6019a9..9e7d2c6 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -8,4 +8,5 @@ . ( (geiser-guile-load-path . "."))) (haskell-mode . ( ;; (tags-file-name . "TAGS") - (projectile-tags-command . "cd $BIZ_ROOT && hasktags -R -x .")))) + ;; (projectile-tags-command . "cd $BIZ_ROOT && hasktags -R -x .") + ))) |