Skip to content
Snippets Groups Projects
Commit 1260b50e authored by Paul Bartholomew's avatar Paul Bartholomew
Browse files

Fixing .dir-locals.el

Now correctly sets flycheck-gfortran-include-path and sets the
language standard to -std=f2003
parent 9f22fdc8
No related branches found
No related tags found
No related merge requests found
((nil . ((eval . (setq flycheck-gfortran-include-path
(file-name-directory
(let ((d (dir-locals-find-file ".")))
(if (stringp d)
d
(car d)))))))))
(list (file-name-directory
(let ((d (dir-locals-find-file ".")))
(if (stringp d)
d
(car d)))))))
(eval . (setq flycheck-gfortran-language-standard "f2003")))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment