From 5540a7aff2b3da5d7429ced5e236033d41067ed0 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 30 Jun 2022 11:45:23 -0500 Subject: [PATCH] aggressing indent did something? --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 334c5342..11099395 100644 --- a/init.el +++ b/init.el @@ -2252,7 +2252,9 @@ interfere with the default `bongo-playlist-buffer'." '(pdf-misc-print-program "/usr/bin/lpr") '(pdf-misc-print-program-args '("-o media=Letter" "-o fitplot")) '(safe-local-variable-values - '((eval org-odt-styles-file "/home/chris/org/tfcexpenses2020.odt")))) + '((aggressive-indent-mode) + (projectile-project-run-cmd . "./build/bin/presenter") + (projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make --dir build/")))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.