From a88e917a5f1e089397b3b0e759d0a7e60d6cf8ca Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 21 Mar 2026 23:02:01 +0530 Subject: Override make to add exit code --- autoload/+init.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/+init.kak') diff --git a/autoload/+init.kak b/autoload/+init.kak index 5ce7c45..6f5f607 100644 --- a/autoload/+init.kak +++ b/autoload/+init.kak @@ -58,7 +58,7 @@ set-option global modelinefmt \ # add-highlighter global/ flag-lines blue relative_markers # Highlighters -add-highlighter global/ number-lines -hlcursor -min-digits 3 -separator ' ' # -relative +add-highlighter global/ number-lines -hlcursor -min-digits 3 -separator ' ' -relative add-highlighter global/ column '%val{cursor_char_column}' ColumnLine add-highlighter global/ line '%val{cursor_line}' RowLine add-highlighter global/ regex \h+$ 0:Error # Highlight trailing whitespaces -- cgit v1.3.1