From e421309a69747803731c15e913d1ff8a37a0cc69 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Thu, 25 Jan 2024 17:38:20 -0800 Subject: asm tags fix --- emacs/coding-config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/coding-config.el b/emacs/coding-config.el index ad41b54..e054b52 100644 --- a/emacs/coding-config.el +++ b/emacs/coding-config.el @@ -36,7 +36,8 @@ (add-hook 'after-save-hook (lambda () (shell-command - "find . -iregex '.*\\.[sS]' -exec etags -l none -r '/\\([a-zA-Z0-9\\-_]+\\):/\1/' {} +"))))) + "find . -iregex '.*\\.[sS]' -exec etags -l none -r '/\\([a-zA-Z0-9\\-_]+\\):/\1/' {} +")) + 0 t))) ;; nice eglot binds (global-set-key (kbd "C-c f") 'eglot-code-action-quickfix) -- cgit v1.2.3