Emacs: Added nix and haskell mode
This commit is contained in:
parent
a2cf09910e
commit
607bf4b0ec
1 changed files with 8 additions and 0 deletions
|
@ -1386,6 +1386,14 @@ signature-file is the path to the file which contains the signature."
|
|||
(use-package rust-mode
|
||||
:mode (("\\.rs\\'" . rust-mode)))
|
||||
|
||||
;; nix-mode
|
||||
(use-package nix-mode
|
||||
:mode (("\\.nix\\'" . nix-mode)))
|
||||
|
||||
;; haskell-mode
|
||||
(use-package haskell-mode
|
||||
:mode (("\\.hs\\'" . haskell-mode)))
|
||||
|
||||
;; all-the-icons
|
||||
;; A utility package to collect various Icon Fonts and propertized them within Emacs
|
||||
(use-package all-the-icons)
|
||||
|
|
Loading…
Reference in a new issue