diff options
author | Jesús <heckyel@hyperbola.info> | 2018-10-02 18:50:30 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-10-02 18:50:30 -0500 |
commit | 4fcd261601bbb30b906da621d75b7c2fd1610a0c (patch) | |
tree | 86b803e05eed4bf7145c3738de767844922b0e40 /custom.el | |
parent | 0efdacfc6da7d90329acc635498a7be83e102a24 (diff) | |
download | emacs-personal-4fcd261601bbb30b906da621d75b7c2fd1610a0c.tar.lz emacs-personal-4fcd261601bbb30b906da621d75b7c2fd1610a0c.tar.xz emacs-personal-4fcd261601bbb30b906da621d75b7c2fd1610a0c.zip |
minor fix ecb
Diffstat (limited to 'custom.el')
-rw-r--r-- | custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ '(anzu-replace-threshold 1000) '(anzu-replace-to-string-separator " => ") '(anzu-search-threshold 1000) + '(ecb-options-version "2.50") '(package-selected-packages (quote (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)))) |