diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-11-01 18:30:20 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-11-01 18:30:20 +0000 |
| commit | d02f3c5989bdd003875234aa6e1f83a9dbe1abbc (patch) | |
| tree | 964826794272bb9f4d1fa963865f671e87f598ea | |
| parent | 13af9e0fccdbdb1ded8401623d4633415ff8033b (diff) | |
| download | mon-d02f3c5989bdd003875234aa6e1f83a9dbe1abbc.tar.gz | |
stop tracking .dir-locals.el
| -rw-r--r-- | .dir-locals.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.dir-locals.el b/.dir-locals.el deleted file mode 100644 index be0d841..0000000 --- a/.dir-locals.el +++ /dev/null @@ -1,8 +0,0 @@ -((rust-ts-mode . ((fmt-executable . "rustfmt") - (fmt-args . ("--edition=2024")) - (eval . (eglot-ensure)) - (eval . (company-mode 1)) - (eval . (add-hook 'before-save-hook 'fmt-current-buffer nil t)) - (eval . (add-hook 'eglot-managed-mode-hook (lambda () - (eglot-inlay-hints-mode -1)) - nil t))))) |
