drupal-mode
drupal-mode copied to clipboard
Advanced Emacs minor mode for Drupal development
@senda-akiha has archive [flymake-phpcs](https://github.com/senda-akiha/flymake-phpcs). You probably should stop requiring it in drupal-mode. Also see https://github.com/melpa/melpa/issues/7225.
While trying to track down my "somehow c-basic-indent is always 2 per default in non-Drupal php buffers", I notice we fiddle with c-default-style: https://github.com/arnested/drupal-mode/blob/develop/drupal-mode.el#L351 The side effect of this is...
I'm running Emacs 25 on Mac OS X. I'm trying to install drupal-mode by simply running M-x, package-install, drupal-mode. It seems that all of drupal-mode's "optional" dependencies are actually required...
when drupal-mode is enabled TRAMP works slow, because drupal-mode searches for system.module, bootstrap.inc and Drupal.php files. Maybe should make option to disable file check when TRAMP. TRAMP debug log: ......
See https://m.reddit.com/r/emacs/comments/58p9dq/psa_please_use_web_mode_instead_of_php_mode/
## Problem `drupal/phpcs-standard` picks the first available standard matching `Drupal.*`, so having _[DrupalPractice](https://www.drupal.org/project/drupalpractice)_ installed in tandem with _[Drupal](https://www.drupal.org/project/coder)_ (coder.module) causes the first to be selected and you loose all rules...
Use flymake-jshint.el for JavaScript. JSHint will be officially used as coding standard for JavaScript in Drupal 8. See http://atendesigngroup.com/blog/looking-at-drupal-8-javascript-changes.
Support drush aliases: - Undestand the syntax and parse out relevant info about a site (i.e. the root) - Set current site and apply it to all drush commands (similar...
We have a few functions running drush - i.e. `drupal-drush-cache-clear'. We must support running the drush command with a site-alias set.