From 9993542d573357d2bbedcd133f5c618a333aa80b Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 3 Mar 2022 13:32:10 -0600 Subject: [PATCH] removing projectile locals --- .dir-locals.el | 4 ---- 1 file changed, 4 deletions(-) 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/"))))