From ba9448e17a8778a5e1af12eb1c9f7194fb988be3 Mon Sep 17 00:00:00 2001 From: Kostas Date: Mon, 18 May 2020 16:50:10 -0700 Subject: [PATCH] Fix typo --- modules/lang/rust/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/rust/config.el b/modules/lang/rust/config.el index 68298e449..8cdbf43ea 100644 --- a/modules/lang/rust/config.el +++ b/modules/lang/rust/config.el @@ -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