diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-21 16:05:28 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-21 16:05:28 -0500 |
commit | 1840f5a9b14e92be5c4ffaa7a2722532f22bd5dd (patch) | |
tree | 26144fce5f70c3e3e9153a64a203f93c034ccb0c /custom.el | |
parent | e8af74bbfc57dc3edf270d4daf097479064672ab (diff) | |
download | emacs-personal-1840f5a9b14e92be5c4ffaa7a2722532f22bd5dd.tar.lz emacs-personal-1840f5a9b14e92be5c4ffaa7a2722532f22bd5dd.tar.xz emacs-personal-1840f5a9b14e92be5c4ffaa7a2722532f22bd5dd.zip |
fix neotree don't update the generated files FS#3
Diffstat (limited to 'custom.el')
-rw-r--r-- | custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ '(ecb-options-version "2.50") '(package-selected-packages (quote - (git-gutter-fringe git-timemachine gitattributes-mode gitignore-mode gitconfig-mode yaml-mode whitespace-cleanup-mode web-mode use-package undo-tree sublime-themes sml-modeline smart-mode-line-powerline-theme scss-mode sass-mode rainbow-mode pkgbuild-mode pip-requirements php-refactor-mode nlinum nginx-mode neotree markdown-mode less-css-mode jedi highlight-indent-guides flycheck emmet-mode ecb dokuwiki-mode diminish crystal-mode company-php anzu all-the-icons)))) + (shrink-path git-gutter-fringe git-timemachine gitattributes-mode gitignore-mode gitconfig-mode yaml-mode whitespace-cleanup-mode web-mode use-package undo-tree sublime-themes sml-modeline smart-mode-line-powerline-theme scss-mode sass-mode rainbow-mode pkgbuild-mode pip-requirements php-refactor-mode nlinum nginx-mode neotree markdown-mode less-css-mode jedi highlight-indent-guides flycheck emmet-mode ecb dokuwiki-mode diminish crystal-mode company-php anzu all-the-icons)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |