六一的部落格


关关难过关关过,前路漫漫亦灿灿。



设置treemacs图标主题


依赖

all-the-icons是一个插件, 可以在文本中插入字体图标

treemacs-all-the-icons并不依赖all-the-icons, 但使用all-the-icons提供的字体


all-the-icons

GitHub

字体存放在fonts目录下


treemacs-all-the-icons-安装

1(use-package treemacs-all-the-icons
2  :ensure t
3  :config
4  (treemacs-load-theme "all-the-icons")
5  )

treemacs-all-the-icons


设置treemacs图标主题


依赖

all-the-icons是一个插件, 可以在文本中插入字体图标

treemacs-all-the-icons并不依赖all-the-icons, 但使用all-the-icons提供的字体


all-the-icons

GitHub

字体存放在fonts目录下


treemacs-all-the-icons-安装

1(use-package treemacs-all-the-icons
2  :ensure t
3  :config
4  (treemacs-load-theme "all-the-icons")
5  )