summaryrefslogtreecommitdiff
path: root/rc/filetype/scala.kak
diff options
context:
space:
mode:
authorJohannes Altmanninger <aclopte@gmail.com>2022-04-30 11:22:47 +0200
committerJohannes Altmanninger <aclopte@gmail.com>2022-05-26 17:08:15 +0200
commitb929748f8e65679b3f960ce3465e3f44de7c273c (patch)
tree68f7caa376b48547369d848563253b80ec4b2c67 /rc/filetype/scala.kak
parent4c7207991ae248ad69954c686dc3a472044e265e (diff)
rc filetype: fix double space in trim-indent hooks
Diffstat (limited to 'rc/filetype/scala.kak')
-rw-r--r--rc/filetype/scala.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/filetype/scala.kak b/rc/filetype/scala.kak
index ca167c9e..626058d0 100644
--- a/rc/filetype/scala.kak
+++ b/rc/filetype/scala.kak
@@ -14,7 +14,7 @@ hook global BufCreate .*[.](scala) %{
hook global WinSetOption filetype=scala %[
require-module scala
- hook window ModeChange pop:insert:.* -group scala-trim-indent scala-trim-indent
+ hook window ModeChange pop:insert:.* -group scala-trim-indent scala-trim-indent
hook window InsertChar \n -group scala-insert scala-insert-on-new-line
hook window InsertChar \n -group scala-indent scala-indent-on-new-line
hook window InsertChar \} -group scala-indent scala-indent-on-closing-curly-brace