From 0bd57817b31b84b150378584587914f93270c701 Mon Sep 17 00:00:00 2001 From: codesoap Date: Fri, 12 Jul 2019 13:57:48 +0200 Subject: [PATCH] Configure comment_line for the ledger filetype --- rc/tools/comment.kak | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rc/tools/comment.kak b/rc/tools/comment.kak index fbfb8267..586b516b 100644 --- a/rc/tools/comment.kak +++ b/rc/tools/comment.kak @@ -67,6 +67,10 @@ hook global BufSetOption filetype=latex %{ set-option buffer comment_line '%' } +hook global BufSetOption filetype=ledger %{ + set-option buffer comment_line ';' +} + hook global BufSetOption filetype=lisp %{ set-option buffer comment_line ';' set-option buffer comment_block_begin '#|'