From 4335eb18c7f0b8f418a2af42c570166bd56921f0 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 21 Mar 2020 12:21:46 +0000 Subject: [PATCH] alacritty: removed deprecated option tabspaces Upstream change: https://github.com/alacritty/alacritty/commit/8c6422458299496f6fa2a6984c93bd05b55c1888 --- .config/alacritty/alacritty.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index ec06eee..ed4c55a 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -62,15 +62,6 @@ scrolling: # scrollback is enabled (history > 0). multiplier: 3 -# Spaces per Tab (changes require restart) -# -# This setting defines the width of a tab in cells. -# -# Some applications, like Emacs, rely on knowing about the width of a tab. -# To prevent unexpected behavior in these applications, it's also required to -# change the `it` value in terminfo when altering this setting. -tabspaces: 4 - # Font configuration (changes require restart) # # Important font attributes like antialiasing, subpixel aa, and hinting can be