From 6336e5287a72b80a993eab21ac4b62bbc273c7ee Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Thu, 22 Oct 2020 02:30:32 +0000 Subject: [PATCH] removed accidentally committed file --- /dev/null | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el deleted file mode 100644 index 712657c..0000000 --- a/.dir-locals.el +++ /dev/null @@ -1,7 +0,0 @@ -((nil . - ((eval . - (let ((root (projectile-project-root))) - (setq-local company-clang-arguments - (list (concat "-I" root "include"))) - (setq-local flycheck-clang-include-path - (list (concat root "include")))))))) -- Gitblit v1.10.0