diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2024-01-25 17:38:20 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2024-01-25 17:38:20 -0800 |
| commit | e421309a69747803731c15e913d1ff8a37a0cc69 (patch) | |
| tree | cba56347fd7603a822ba6a013ae7645a147537ec | |
| parent | 42657d86e68ca136b1532275679390803eea17e7 (diff) | |
asm tags fix
| -rw-r--r-- | emacs/coding-config.el | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
