mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(rust): rust-mode->rustic load order
This commit is contained in:
parent
b77e2f91d2
commit
87e4eb0e33
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
;; Load order is important for these two packages.
|
;; Load order is important for these two packages.
|
||||||
(let (auto-mode-alist)
|
(let (auto-mode-alist)
|
||||||
(require 'rustic-mode nil t)))
|
(require 'rustic nil t)))
|
||||||
|
|
||||||
|
|
||||||
(use-package! rustic
|
(use-package! rustic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue