summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: d7eba5e66c98a8283c9aee26ec9131c5a5e52099 (plain)
1
2
3
4
5
6
;;; Directory Local Variables            -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")

((nil . ((compile-command . "sh build.sh && ./flock.out")
         (+license/license-choice . "Unlicense")))
 (c-mode . ((mode . clang-format))))