aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
AgeCommit message (Collapse)Author
2022-07-22Build object files in parallel.John Ankarström
If you use Emacs, make sure compilation-read-command is t and not nil. Otherwise, you will be warned when the compile-command variable is loaded from .dir-locals.el.
2022-07-16Ensure c++-mode is used in header files.John Ankarström
2022-07-15Use C++17 for Flycheck.John Ankarström
2022-07-10Convert to C++.John Ankarström
I already hit upon some object-oriented programming patterns in *listview.c, so I felt that it would be natural to use this as an opportunity to learn C++.
2022-04-05Don't set tags-table-list in .dir-locals.el.John Ankarström
2022-04-01Add Prolog support to TAGS.John Ankarström
2022-03-31Update directory-local variables.John Ankarström
2022-03-30Add directory-local variables for Emacs.John Ankarström