summaryrefslogtreecommitdiff
path: root/emacs/coding-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/coding-config.el')
-rw-r--r--emacs/coding-config.el3
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)