Beautify emacs

This commit is contained in:
Zelong Kuang
2025-12-15 00:26:46 +11:00
parent 341f8f7976
commit ab8b6a4d4d
6 changed files with 129 additions and 30 deletions

View File

@@ -108,4 +108,16 @@
mouse-wheel-scroll-amount-horizontal 1
mouse-wheel-progressive-speed nil)
(use-package nerd-icons
:ensure (nerd-icons
:type git
:host github
:repo "rainstormstudio/nerd-icons.el"
:files (:defaults "data"))
:custom
;; The Nerd Font you want to use in GUI
;; "Symbols Nerd Font Mono" is the default and is recommended
;; but you can use any other Nerd Font if you want
(nerd-icons-font-family "Symbols Nerd Font Mono"))
(provide 'init-ui)