Conform scala comment function to naming conventions
This commit is contained in:
parent
0ba5c574b9
commit
200fed337c
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
scala-indent:use-javadoc-style t)
|
||||
|
||||
(setq-hook! 'scala-mode-hook
|
||||
comment-line-break-function #'+scala-comment-indent-new-line)
|
||||
comment-line-break-function #'+scala-comment-indent-new-line-fn)
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'scala-mode-local-vars-hook #'lsp!)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue