From 5acd019f5b55f107860f83398e1b8085584f2e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Fri, 8 May 2026 22:08:27 +0200 Subject: [PATCH] kakoune: fix kakoune surround url --- kakoune/.config/kak/kakrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kakoune/.config/kak/kakrc b/kakoune/.config/kak/kakrc index b0e9190..a2d7164 100644 --- a/kakoune/.config/kak/kakrc +++ b/kakoune/.config/kak/kakrc @@ -108,7 +108,7 @@ hook global BufCreate [^*].* %{ # SURROUND -bundle kakoune-surround "h-youhei/kakoune-surround" %{ +bundle kakoune-surround "https://github.com/h-youhei/kakoune-surround" %{ declare-user-mode surround map global surround s ': surround' -docstring 'surround' map global surround c ': change-surround' -docstring 'change'