Emacs: Added nix and haskell mode

This commit is contained in:
Marcel Kapfer 2019-04-06 07:44:02 +02:00
parent a2cf09910e
commit 607bf4b0ec
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 8 additions and 0 deletions

View File

@ -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)