From 3cf1d6aa3647ff4c11b8ba0e62066e132fe32cc3 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 11 Mar 2022 10:25:34 -0600 Subject: [PATCH] idk what this is --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 949962a4..15d80e24 100644 --- a/init.el +++ b/init.el @@ -2002,7 +2002,8 @@ interfere with the default `bongo-playlist-buffer'." '(pdf-misc-print-program-args '("-o media=Letter" "-o fitplot") t) '(safe-local-variable-values '((projectile-project-run-cmd . "./build/bin/presenter") - (projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make --dir build/")))) + (projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make --dir build/") + (eval org-odt-styles-file "/home/chris/org/tfcexpenses2020.odt")))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.