updates to dir-locals

This commit is contained in:
Chris Cochrun 2023-10-25 09:36:00 -05:00
parent 89afcb446f
commit 791ded9c73

View file

@ -1,5 +1,5 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((compile-command . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE=Debug -B bld/ . && make -j8 --dir bld/ && rm -rf ~/.cache/librepresenter/LibrePresenter/qmlcache/")))
(prog-mode . ((compile-command . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE=Debug -B bld/ . && make -j8 --dir bld/ && rm -rf ~/.cache/librepresenter/LibrePresenter/qmlcache/"))))
((nil . ((compile-command . "just build")))
(prog-mode . ((compile-command . "just build"))))