diff options
author | Jesús <heckyel@hyperbola.info> | 2018-11-02 21:56:15 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-11-02 21:56:15 -0500 |
commit | 7d800396f5cebe883ec0f66636d9cfffc3d74697 (patch) | |
tree | 001803461e884231909bdbf21e9ad04cecee0d74 /custom.el | |
parent | 457e5c608376636f5c8d97a6c46dea1b9c25ed1c (diff) | |
download | emacs-personal-7d800396f5cebe883ec0f66636d9cfffc3d74697.tar.lz emacs-personal-7d800396f5cebe883ec0f66636d9cfffc3d74697.tar.xz emacs-personal-7d800396f5cebe883ec0f66636d9cfffc3d74697.zip |
minor fix to web-mode
Diffstat (limited to 'custom.el')
-rw-r--r-- | custom.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ - (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. @@ -12,7 +11,7 @@ '(ecb-options-version "2.50") '(package-selected-packages (quote - (rainbow-mode yaml-mode scss-mode sass-mode less-css-mode ac-php php-mode pkgbuild-mode pip-requirements jedi markdown-mode crystal-mode nginx-mode emmet-mode whitespace-cleanup-mode flycheck neotree all-the-icons highlight-indent-guides anzu sml-modeline smart-mode-line-powerline-theme smart-mode-line ecb diminish undo-tree nlinum sublime-themes use-package)))) + (rainbow-mode yaml-mode scss-mode sass-mode less-css-mode ac-php pkgbuild-mode pip-requirements jedi markdown-mode crystal-mode web-mode nginx-mode emmet-mode whitespace-cleanup-mode flycheck neotree all-the-icons highlight-indent-guides anzu sml-modeline smart-mode-line-powerline-theme smart-mode-line ecb diminish undo-tree nlinum sublime-themes use-package)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |