From ab8ed51751b76d35ee35d09191b60fdf02dd8fff Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 27 Jan 2016 20:42:48 -0500 Subject: [PATCH] wg: clean up --- core/core-workgroups.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-workgroups.el b/core/core-workgroups.el index 4a90e061a..c12d718af 100644 --- a/core/core-workgroups.el +++ b/core/core-workgroups.el @@ -75,14 +75,14 @@ lib/defuns-workgroups.el.") ;; This helps abstract some of the underlying functions away, just in case I want to ;; switch to a different package in the future, like persp-mode, eyebrowse or wconf. + (defalias 'narf/tab-display 'narf/workgroup-display) (defalias 'narf/helm-tabs 'narf:helm-wg) (defalias 'narf/close-window-or-tab 'narf/close-window-or-workgroup) - (defalias 'narf:switch-to-tab 'narf:switch-to-workgroup-at-index) - (defalias 'narf/tab-display 'narf/workgroup-display) (defalias 'narf:tab-create 'narf:workgroup-new) (defalias 'narf:tab-rename 'narf:workgroup-rename) (defalias 'narf:kill-tab 'narf:workgroup-delete) (defalias 'narf:kill-other-tabs 'narf:kill-other-workgroups) + (defalias 'narf:switch-to-tab 'narf:switch-to-workgroup-at-index) (defalias 'narf:switch-to-tab-left 'wg-switch-to-workgroup-left) (defalias 'narf:switch-to-tab-right 'wg-switch-to-workgroup-right) (defalias 'narf:switch-to-tab-last 'wg-switch-to-previous-workgroup))