Add /** and */ smartparens pair

This commit is contained in:
Henrik Lissner 2015-05-05 21:14:37 -04:00
parent 36da5e44ad
commit 02291c1b8d
2 changed files with 3 additions and 5 deletions

View file

@ -34,9 +34,5 @@
:mode "\\.gradle$"
:config (after "auto-complete" (add-to-list 'ac-modes 'groovy-mode)))
(sp-with-modes '(java-mode)
(sp-local-pair "/**" "*/" :post-handlers '(("* ||\n[i]" "RET"))))
(provide 'init-java)
;;; init-java.el ends here