Malabarba / aggressive-indent-mode

Emacs minor mode that keeps your code always indented. More reliable than electric-indent-mode.
853 stars 35 forks source link

Adds inferior-ess-mode to excluded modes #99

Closed jabranham closed 7 years ago

jabranham commented 7 years ago

It occurs to me that the reason this hasn't gotten merged is because I didn't provide a description of what inferior-ess-mode is. It's a mode used in an R REPL called by ESS. It acts similarly to other REPLs like comint-mode, eshell-mode, or shell-mode. Having aggressive-indent-mode enabled in inferior-ess-mode causes weird jumping and other frustrating behavior.

Malabarba commented 7 years ago

Sorry for my silence. When you submitted this PR, it encouraged me to locally test a change that would do away with excluded-modes for good. With time though, I forgot to comment anything here. I've pushed the change now (which is why you're getting conflicts on this PR), let me know if it works for you once it goes up on Melpa.

jabranham commented 7 years ago

Thanks, this seems to work. I'll close this PR and report any bugs with a new issue.