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
(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