Add Rust
This commit is contained in:
5
init.el
5
init.el
@@ -41,6 +41,7 @@
|
||||
|
||||
;; Set the packagemanager of use-package
|
||||
(setq straight-use-package-by-default t)
|
||||
|
||||
;; Default to lazy loading
|
||||
(setq use-package-always-defer t)
|
||||
;; Ensure use-package.el is installed
|
||||
@@ -168,6 +169,10 @@
|
||||
(use-package company-ghci)
|
||||
;;;; End Company Related
|
||||
|
||||
;; Rust related
|
||||
(use-package rust-mode)
|
||||
;;
|
||||
|
||||
;;;; Haskell Related
|
||||
(use-package haskell-mode
|
||||
:config
|
||||
|
||||
Reference in New Issue
Block a user