diff options
-rw-r--r-- | .dir-locals.el | 5 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 9d3d751..c6019a9 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -5,4 +5,7 @@ (eval . (put 'for 'scheme-indent-function 1)) (eval . (put 'if-not 'scheme-indent-function 2)))) (geiser-mode - . ( (geiser-guile-load-path . ".")))) + . ( (geiser-guile-load-path . "."))) + (haskell-mode + . ( ;; (tags-file-name . "TAGS") + (projectile-tags-command . "cd $BIZ_ROOT && hasktags -R -x .")))) @@ -4,6 +4,7 @@ result* _bild TAGS +tags .tex .pdf _keep |