Commit 45f6d30c7ab5

Vincent Demeester <vincent@sbr.pm>
2020-05-20 13:40:58
config-appearance.el: fix tab-bar-tab-dwim ๐Ÿ˜“
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ac09326
Changed files (1)
tools
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