mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix typo
This commit is contained in:
@ -67,7 +67,7 @@
|
|||||||
:init
|
:init
|
||||||
;; HACK Fix #2132: `racer' depends on `rust-mode', which tries to modify
|
;; HACK Fix #2132: `racer' depends on `rust-mode', which tries to modify
|
||||||
;; `auto-mode-alist'. We make extra sure that doesn't stick, especially
|
;; `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
|
(after! rust-mode
|
||||||
(setq auto-mode-alist (delete '("\\.rs\\'" . rust-mode) auto-mode-alist)))
|
(setq auto-mode-alist (delete '("\\.rs\\'" . rust-mode) auto-mode-alist)))
|
||||||
:config
|
:config
|
||||||
|
Reference in New Issue
Block a user