arnested / drupal-mode

Advanced Emacs minor mode for Drupal development
https://melpa.org/#/drupal-mode
GNU General Public License v3.0
32 stars 14 forks source link

Don't trigger drupal-mode in vendor dirs. Closes #57. #58

Closed xendk closed 9 years ago

xendk commented 9 years ago

Naive implementation, though it seems quite nice in inital testing.

arnested commented 9 years ago

How about matching against a regex? We could add (vendor|node_modules) for a start.

xendk commented 9 years ago

@arnested configurable regexp?

arnested commented 9 years ago

Sure. You can never have too many defcustoms :smile: