kakoune: prepend extra configuration with newline (#870)
Fixes #869
(cherry picked from commit 1b987952b5
)
This commit is contained in:
parent
af2303526d
commit
b646623a39
|
@ -540,6 +540,7 @@ let
|
|||
in
|
||||
pkgs.writeText "kakrc" (
|
||||
optionalString (cfg.config != null) cfgStr
|
||||
+ "\n"
|
||||
+ cfg.extraConfig
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue