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'