neotree配置图标all-the-icons

  1. 安装all-the-icons

    安装详情请查看all-the-icons github文档

    安装完成后记得安装图标字体库

    ;; emacs指令
    M-x all-the-icons-install-fonts
    
  2. 配置all-the-icons

    (setq inhibit-compacting-font-caches t)
    (setq neo-theme 'icons)
    

原文地址:http://www.fidding.me/article/49

Happy coding!

你可能感兴趣的:(neotree配置图标all-the-icons)