aboutsummaryrefslogtreecommitdiffstats
path: root/custom.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-11-12 10:59:45 -0500
committerJesús <heckyel@hyperbola.info>2018-11-12 10:59:45 -0500
commit60be10712742af355dec9cd6a93764a49a227af6 (patch)
tree1940433691f34abf929f26727042fda7a607a451 /custom.el
parent9bcab5d2625e9e14344bb4dfee74a668ec68055c (diff)
downloademacs-personal-60be10712742af355dec9cd6a93764a49a227af6.tar.lz
emacs-personal-60be10712742af355dec9cd6a93764a49a227af6.tar.xz
emacs-personal-60be10712742af355dec9cd6a93764a49a227af6.zip
Remove mmm-mode, php-mode :: only web-mode
Working in PHP languages with HTML is a daily task. In the first instance I tried to combine its syntax with multi-web-mode but it consumed a lot of resources. In the second instance I made the language reader using mmm-mode, reading php-mode in web mode. However this has not been enough because the color problems between modes produce bugs. Now only the web-mode for PHP works, and I have managed to activate PHP flycheck for web-mode.
Diffstat (limited to 'custom.el')
-rw-r--r--custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom.el b/custom.el
index 4c98a47..b219845 100644
--- a/custom.el
+++ b/custom.el
@@ -11,7 +11,7 @@
'(ecb-options-version "2.50")
'(package-selected-packages
(quote
- (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))))
+ (web-mode rainbow-mode yaml-mode scss-mode sass-mode less-css-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.