refactor(tabs): remove unused variable

Hasn't been needed since 4f4718e.

Amend: 4f4718e6d1
This commit is contained in:
Henrik Lissner 2024-09-03 00:46:35 -04:00
parent 84230a437d
commit 8083d398c5
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -1,11 +1,5 @@
;;; ui/tabs/config.el -*- lexical-binding: t; -*-
(defcustom +tabs-buffer-update-groups-delay 0.1
"Minimum wait time (in seconds) before tab groups are recalculated."
:type 'float
:group 'doom)
;;
;;; Packages