This commit is contained in:
2022-11-04 13:27:59 -04:00
parent b898db21c0
commit a8407bfb86

View File

@@ -41,6 +41,7 @@
;; Set the packagemanager of use-package ;; Set the packagemanager of use-package
(setq straight-use-package-by-default t) (setq straight-use-package-by-default t)
;; Default to lazy loading ;; Default to lazy loading
(setq use-package-always-defer t) (setq use-package-always-defer t)
;; Ensure use-package.el is installed ;; Ensure use-package.el is installed
@@ -168,6 +169,10 @@
(use-package company-ghci) (use-package company-ghci)
;;;; End Company Related ;;;; End Company Related
;; Rust related
(use-package rust-mode)
;;
;;;; Haskell Related ;;;; Haskell Related
(use-package haskell-mode (use-package haskell-mode
:config :config