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
This commit is contained in:
Jesús
2018-11-06 20:54:20 -05:00
parent b24078e2fc
commit 9ba7912df7
5 changed files with 23 additions and 6 deletions

View File

@@ -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)