diff options
author | Jesús <heckyel@hyperbola.info> | 2018-11-06 20:54:20 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-11-06 20:54:20 -0500 |
commit | 9ba7912df7f35524ba32d8222164a8430163f659 (patch) | |
tree | 584c9d0d2fe915c6856c7bcca3ad606b8ff1650a /custom.el | |
parent | b24078e2fc67c5821e0a2492acc66195370f69d9 (diff) | |
download | emacs-personal-9ba7912df7f35524ba32d8222164a8430163f659.tar.lz emacs-personal-9ba7912df7f35524ba32d8222164a8430163f659.tar.xz emacs-personal-9ba7912df7f35524ba32d8222164a8430163f659.zip |
Added support for PHP + HTML combined with the help of mmm-mode
Note: remember that working with PHP and combined HTML isn't a best practice
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 - (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)))) + (mmm-mode web-mode rainbow-mode yaml-mode scss-mode sass-mode less-css-mode ac-php 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. |