gabrielelanaro / emacs-for-python

Collection of emacs extensions specifically collected for python development, with workflow guidelines!
http://gabrielelanaro.github.com/emacs-for-python
GNU General Public License v3.0
809 stars 151 forks source link

web-mode incompatibility #145

Open jacob-lee opened 8 years ago

jacob-lee commented 8 years ago

In my setup, emacs-for-python interferes with web-mode's http://web-mode.org/ new-line indentation for javascript files. A javascript file will indent fine on new line on 'Enter', until I open a python file in the window for editing. At that point, new-line indentation in the js file defaults to the first column upon pressing 'Enter'. It does not matter in which order (js, py) the files are opened.

C-j does work as expected, however. Maybe tie-in to change in C-j functionality in Emacs 24?

Emacs Version: 24.5.1 emacs-for-python Version: 0.4 web-mode Version: 13.1.2