summaryrefslogtreecommitdiff
path: root/helm-types.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2020-12-30 18:44:55 +0100
committerThierry Volpiatto <thievol@posteo.net>2021-01-02 19:21:04 +0100
commita91cc9a6b851b36061c71fe65f1e84b8931123a1 (patch)
treebca54912ff84c29c3572db3a529de491f548b9a0 /helm-types.el
parenta524668872501445e984733b36d3296bab59a30a (diff)
Allow switching marked buffers to tabs
Diffstat (limited to 'helm-types.el')
-rw-r--r--helm-types.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-types.el b/helm-types.el
index 1406db02..cef1c64c 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -173,7 +173,7 @@
'switch-to-buffer-other-frame
(lambda () (and (fboundp 'tab-bar-mode)
"Switch to buffer other tab `C-c C-t'"))
- 'switch-to-buffer-other-tab
+ 'helm-buffers-switch-to-buffer-other-tab
"Switch to buffer at line number"
'helm-switch-to-buffer-at-linum
"Browse project `C-x C-d'"