aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/init-php.el
Commit message (Collapse)AuthorAgeFilesLines
* Change directory lisp/ to modules/Jesús2019-01-221-29/+0
| | | | FS #2
* only phpJesús2019-01-081-0/+29
|
* Remove mmm-mode, php-mode :: only web-modeJesús2018-11-121-18/+0
| | | | | | | | | 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.
* Arrange autocomplete settings for mmm-modeJesús2018-11-071-4/+6
|
* Added support for PHP + HTML combined with the help of mmm-modeJesús2018-11-061-3/+1
| | | | Note: remember that working with PHP and combined HTML isn't a best practice
* Added web-modeJesús2018-11-021-2/+0
| | | | | it's only enabled in the extensions djhtml, html, tpl see init-web-mode.el
* single syntax with «use-package»Jesús2018-10-261-15/+13
|
* change require-package to use-packageJesús2018-10-201-3/+3
|
* refactory → single syntax on php-modeJesús2018-09-231-57/+15
|
* minor fixJesús2018-08-081-1/+0
| | | | - remove line 'fci-mode 0'
* Added support PHP and smarty-modeJesús2018-08-071-0/+65