aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/rul-init.d/tabbar.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/rul-init.d/tabbar.el')
-rw-r--r--.emacs.d/rul-init.d/tabbar.el22
1 files changed, 0 insertions, 22 deletions
diff --git a/.emacs.d/rul-init.d/tabbar.el b/.emacs.d/rul-init.d/tabbar.el
deleted file mode 100644
index 3025828..0000000
--- a/.emacs.d/rul-init.d/tabbar.el
+++ /dev/null
@@ -1,22 +0,0 @@
-(global-set-key (kbd "C-<next>") 'tab-bar-switch-to-next-tab)
-(global-set-key (kbd "C-<prior>") 'tab-bar-switch-to-prev-tab)
-
-(setq tab-bar-show t)
-
-(defun my/project-create-tab ()
- (interactive)
- (tab-bar-new-tab)
- (magit-status))
-
-(setq project-switch-commands #'my/project-create-tab)
-
-(defun my/switch-to-tab-buffer ()
- (interactive)
- (if (project-current)
- (call-interactively #'projectile-switch-to-buffer)
- (call-interactively #'switch-to-buffer)))
-
-(global-set-key (kbd "C-x b") #'my/switch-to-tab-buffer)
-
-;; Turn on tab bar mode after startup
-(tab-bar-mode 1)
nihil fit ex nihilo