blob: d9e0d06d96d3f6aacfc20b2e05735c645cde1660 (
plain)
1
2
3
4
5
6
|
((c-mode . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include"))
(flycheck-gcc-definitions . ("UNICODE" "_UNICODE"))))
(nil . ((eval . (progn
(require 'project)
(setq-local tags-table-list
(list (concat (car (project-roots (project-current))) "TAGS"))))))))
|