home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 45f6d30c7ab506bc24bc14b2044f8eefb15a7011
parent ac09326189b3ee2a3000d7106c2323e3e76d9250
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 20 May 2020 13:40:58 +0200

config-appearance.el: fix tab-bar-tab-dwim 😓

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-appearance.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-appearance.el b/tools/emacs/config/config-appearance.el @@ -200,7 +200,7 @@ questions. Else use completion to select the tab to switch to." (tab-bar-switch-to-tab (completing-read "Select tab: " tabs nil t)))))) - :bind (("C-x t t" . prot/icomplete-tab-bar-tab-dwim) + :bind (("C-x t t" . sbr/icomplete-tab-bar-tab-dwim) ("C-x t s" . tab-switcher))) ;; -UseTabbar