mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/rust: fix wrong-number-of-args: delete error
Reported in hlissner/doom-emacs@9775939
This commit is contained in:
@ -61,7 +61,7 @@
|
|||||||
;; `auto-mode-alist'. We make extra sure that doesn't stick, especially when a
|
;; `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.
|
;; buffer is reverted, as it is after rustfmt is done wiht 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
|
||||||
(set-lookup-handlers! 'rustic-mode
|
(set-lookup-handlers! 'rustic-mode
|
||||||
:definition '(racer-find-definition :async t)
|
:definition '(racer-find-definition :async t)
|
||||||
|
Reference in New Issue
Block a user