diff options
author | Jesús <heckyel@hyperbola.info> | 2018-10-03 17:40:45 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-10-03 17:40:45 -0500 |
commit | 6da61c1dcde65a9bc8904f5ee1ebaa591b90e4ff (patch) | |
tree | 7c54fe3e5e740ecc4ef536c8db6df712e3c927df /custom.el | |
parent | 7ae797d197e631e36d403cc8813fea0b6b63ec71 (diff) | |
download | emacs-personal-6da61c1dcde65a9bc8904f5ee1ebaa591b90e4ff.tar.lz emacs-personal-6da61c1dcde65a9bc8904f5ee1ebaa591b90e4ff.tar.xz emacs-personal-6da61c1dcde65a9bc8904f5ee1ebaa591b90e4ff.zip |
Add all-the-icons on combination with neotree | esthetic directory
Diffstat (limited to 'custom.el')
-rw-r--r-- | custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ '(ecb-options-version "2.50") '(package-selected-packages (quote - (neotree emmet-mode ecb undo-tree pip-requirements jedi highlight-indent-guides yaml-mode whitespace-cleanup-mode sublime-themes sml-modeline smarty-mode smart-mode-line-powerline-theme scss-mode sass-mode rainbow-mode prettier-js pkgbuild-mode pcre2el nlinum markdown-mode less-css-mode flycheck editorconfig anzu ac-php)))) + (all-the-icons neotree emmet-mode ecb undo-tree pip-requirements jedi highlight-indent-guides yaml-mode whitespace-cleanup-mode sublime-themes sml-modeline smarty-mode smart-mode-line-powerline-theme scss-mode sass-mode rainbow-mode prettier-js pkgbuild-mode pcre2el nlinum markdown-mode less-css-mode flycheck editorconfig anzu ac-php)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |