purcell / emacs.d

An Emacs configuration bundle with batteries included
BSD 2-Clause "Simplified" License
6.82k stars 2.04k forks source link

Fix newline behavior #842

Closed isidoridev closed 1 year ago

isidoridev commented 1 year ago

In multiple modes, curly braces do not align correctly.

PR closes issue #792 , as per zhou1615's advice.

Newline and indents parens and braces correctly for php-mode & clojure-mode, and assuming the rest. Don't know where any conflicts would be.

purcell commented 1 year ago

Thanks, I removed the binding completely in 7507f176.