Add Haskell support

This commit is contained in:
Zelong Kuang
2025-12-15 05:50:04 +11:00
parent 17d1eb859f
commit b73c09be8d
7 changed files with 38 additions and 13 deletions

View File

@@ -120,4 +120,8 @@
;; but you can use any other Nerd Font if you want
(nerd-icons-font-family "Symbols Nerd Font Mono"))
(use-package nerd-icons-ibuffer
:ensure t
:hook (ibuffer-mode-hook . nerd-icons-ibuffer-mode))
(provide 'init-ui)