From aa489e9f1c20f20ed22204bac0dc92d4e55037c5 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sun, 6 Dec 2020 22:59:10 -0300 Subject: [PATCH] don't use tabs by default --- config.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index b25c62e..2ce5596 100644 --- a/config.yaml +++ b/config.yaml @@ -13,7 +13,7 @@ variables: mail: disroot.org cursor_size: 24 editor: kak - tabs: true + tabs: false key_layout: colemak launcher: bmenu terminal: alacritty @@ -384,5 +384,3 @@ dotfiles: # Just a bunch of paths and action mappings rclone: { "src":"rclone.conf", "dst":"~/.config/rclone/rclone.conf" } wofi: { "src":"wofi", "dst":"~/.config/wofi" } zathura: { "src":"zathura.conf", "dst":"~/.config/zathura/zathurarc" } - -# vim: tabstop=2