diff --git a/.dir-locals.el b/.dir-locals.el index 0498dc6..6f98fdc 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,6 +1,2 @@ ;;; Directory Local Variables ;;; For more information see (info "(emacs) Directory Variables") - -((nil . ((projectile-project-run-cmd . "./build/bin/presenter") - (compilation-read-command . (nil)) - (projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make --dir build/"))))