fxbois / web-mode

web template editing mode for emacs
https://web-mode.org
GNU General Public License v3.0
1.63k stars 262 forks source link

Fix dir locals #1287

Closed georgek closed 8 months ago

georgek commented 8 months ago

Fixes #799, #1118

Basically just calls web-mode-guess-engine-and-content-type after file local variables have been set up. This is bound to the buffer local hook only.

Also made web-mode-engines-alist a defcustom which also means you can set it more easily via add-dir-local-variable.

fxbois commented 8 months ago

thx