From 2d5d8c7904921fb217eb8be722c616aee9d7ea26 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 1 Jun 2024 01:18:56 +0100 Subject: [PATCH] Update AVM and clean dir-locals --- .dir-locals.el | 13 ++++++------- avm | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index 2d2d00a..6adb6ce 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,10 +1,9 @@ ;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; For more information see (info "(emacs) Directory Variables") -((nil . ((projectile-project-compilation-cmd . "make") - (projectile-project-configure-cmd . "make clean") - (+license/license-choice . "GPLv2"))) - (c++-mode . ((flycheck-gcc-include-path . (".." "../avm")) - (flycheck-clang-include-path . (".." "../avm")) - (company-clang-arguments . ("-I.." "-I../avm")) - (eval . (clang-format-mode t))))) +((nil . ((+license/license-choice . "GPLv2"))) + (c++-mode . ((flycheck-gcc-include-path . (".." "../avm")) + (flycheck-clang-include-path . (".." "../avm")) + (company-clang-arguments . ("-I.." "-I../avm")) + (mode . clang-format) + (eval . (eglot-ensure))))) diff --git a/avm b/avm index c833f49..95a8747 160000 --- a/avm +++ b/avm @@ -1 +1 @@ -Subproject commit c833f4946b5344e6b95c4dc8d7e98b551dd4dc5a +Subproject commit 95a8747c7f3e7387666ae69f48ccddf651cc46f6