Merge pull request #3163 from vrinek/patch-1

Fix typo
This commit is contained in:
Henrik Lissner 2020-05-18 20:11:05 -04:00 committed by GitHub
commit 95547823c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@
:init
;; HACK Fix #2132: `racer' depends on `rust-mode', which tries to modify
;; `auto-mode-alist'. We make extra sure that doesn't stick, especially
;; when a buffer is reverted, as it is after rustfmt is done wiht it.
;; when a buffer is reverted, as it is after rustfmt is done with it.
(after! rust-mode
(setq auto-mode-alist (delete '("\\.rs\\'" . rust-mode) auto-mode-alist)))
:config