Add /** and */ smartparens pair
This commit is contained in:
parent
36da5e44ad
commit
02291c1b8d
2 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue