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 /init.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 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -44,7 +44,6 @@ (require 'init-whitespace) (require 'init-emmet-mode) (require 'init-nginx) -(require 'init-web-mode) ;;(require 'init-editorconfig) ;; Languages (require 'init-ccc) @@ -60,6 +59,8 @@ (require 'init-yaml) ;; Plus (require 'init-rainbow) +(require 'init-web-mode) +(require 'init-mmm-mode) ;;; Loads custom file (when (file-exists-p custom-file) |