diff options
author | Jesús <heckyel@hyperbola.info> | 2018-11-02 15:52:59 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-11-02 15:52:59 -0500 |
commit | 0479eaa621096911f81f11d46c5e6f54d192b1ec (patch) | |
tree | dac3489d4476a50ed1625e98441e401df8e5c047 /custom.el | |
parent | e28ea4e2df48b305606a0d4bd146d648304cce96 (diff) | |
download | emacs-personal-0479eaa621096911f81f11d46c5e6f54d192b1ec.tar.lz emacs-personal-0479eaa621096911f81f11d46c5e6f54d192b1ec.tar.xz emacs-personal-0479eaa621096911f81f11d46c5e6f54d192b1ec.zip |
multiple major mode support for web editing in Emacs
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 - (rainbow-mode yaml-mode scss-mode sass-mode less-css-mode smarty-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)))) + (multi-web-mode rainbow-mode yaml-mode scss-mode sass-mode less-css-mode smarty-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)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |