hvesalai / emacs-scala-mode

The definitive scala-mode for emacs
http://ensime.org
GNU General Public License v3.0
361 stars 68 forks source link

remove 'scala-indent:indent-on-parentheses in preference of smartparens #101

Closed fommil closed 8 years ago

fommil commented 8 years ago
  (sp-local-pair 'scala-mode "(" nil :post-handlers '(("||\n[i]" "RET")))
  (sp-local-pair 'scala-mode "{" nil :post-handlers '(("||\n[i]" "RET") ("| " "SPC")))

close #99

hvesalai commented 8 years ago

Hmm... could you add a note in Readme.md documenting the use of spart parens.

fommil commented 8 years ago

@hvesalai ok, updated with an entry in the README