From 21e11ec821219b54050145139d3ef602bc5ead0e Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 1 Jul 2025 14:38:16 -0400 Subject: [PATCH] AutoYADM commit: 2025-07-01 14:38:16 --- .config/kak/kakrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.config/kak/kakrc b/.config/kak/kakrc index a3332233..11ce9187 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -2,13 +2,6 @@ # Author: Daniel Fichtinger # See README.md for explanations. -# TODO: refactor config s.t. everything defined in autoload -# provides a module -# Then, use an environment variable to determine whether -# we're on a server. If we are, we don't load a bunch of -# the modules. This lets us keep a unified config without requiring -# all dependencies to be installed. - declare-option -hidden bool on_server %sh{ if [ -z "$KAK_ON_SERVER" ]; then printf 'false'