summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: a7b3454e09e82d8574437db4cc36177d92c5546d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
((c-mode
  (flycheck-clang-include-path "/home/alvaropg/work/git/libgfbgraph/"
                               "/usr/include/goa-1.0"
                               "/usr/lib64/goa-1.0/include"
                               "/usr/include/rest-0.7"
                               "/usr/include/dbus-1.0"
                               "/usr/lib64/dbus-1.0/include"
                               "/usr/include/gio-unix-2.0/"
                               "/usr/include/glib-2.0"
                               "/usr/lib64/glib-2.0/include"
                               "/usr/include/libsoup-2.4"
                               "/usr/include/libxml2")))