From 719a2ffac7f83b403b23cb6ed37b9aa3a9cb43eb Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Thu, 6 Feb 2025 15:13:19 -0800 Subject: [PATCH] Prevent awk from being auto-formatted --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 5c12514..283c74e 100644 --- a/init.el +++ b/init.el @@ -1392,7 +1392,8 @@ With PROJECT, give diagnostics for all buffers in the current project." :config (with-eval-after-load 'apheleia (setf (alist-get 'java-mode apheleia-mode-alist) 'clang-format - (alist-get 'java-ts-mode apheleia-mode-alist) 'clang-format)) + (alist-get 'java-ts-mode apheleia-mode-alist) 'clang-format + (alist-get 'awk-mode apheleia-mode-alist nil t) nil)) (apheleia-global-mode +1)) ;; gud