Font combobox works

This commit is contained in:
Chris Cochrun 2022-03-03 13:33:12 -06:00
parent e0d4360f6f
commit 20e919fa55
2 changed files with 6 additions and 2 deletions

View file

@ -3,4 +3,4 @@
((nil . ((projectile-project-run-cmd . "./build/bin/presenter")
(compilation-read-command . (nil))
(projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B buld/ . && make --dir build/"))))
(projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make --dir build/"))))