diff options
author | Ben Sima <ben@bsima.me> | 2020-04-19 14:37:31 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-19 14:37:31 -0700 |
commit | 42d1fab5fd7af5682bd693d4784d9da1a2d4bfef (patch) | |
tree | 7438afb103810f9c7651f7a82715fe98a9eeaccf | |
parent | 43302fc3086cfced7bf4d93a493fc1edc04d9ca8 (diff) |
Disable tags command
This doesn't really work. I need to figure out a better way to generate
tags. Maybe I can add something to the nix shellHook?
-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 .") + ))) |