updating dir-locals

This commit is contained in:
Chris Cochrun 2022-09-30 06:33:34 -05:00
parent 19c1a015cc
commit 03a05c5042

View file

@ -1,6 +1,6 @@
;;; Directory Local Variables ;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables") ;;; For more information see (info "(emacs) Directory Variables")
((nil . ((projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make --dir build/") ((nil . ((projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make -j8 --dir build/ && rm -rf ~/.cache/librepresenter/Libre Presenter/qmlcache/")
(projectile-project-run-cmd . "./build/bin/presenter"))) (projectile-project-run-cmd . "./build/bin/presenter")))
(c++-mode . ((aggressive-indent-mode . nil)))) (c++-mode . ((aggressive-indent-mode . nil))))