diff options
Diffstat (limited to '.emacs.local.d/modes/tabbar.el')
-rw-r--r-- | .emacs.local.d/modes/tabbar.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.local.d/modes/tabbar.el b/.emacs.local.d/modes/tabbar.el index 66c13b1..a492e85 100644 --- a/.emacs.local.d/modes/tabbar.el +++ b/.emacs.local.d/modes/tabbar.el @@ -1,7 +1,6 @@ (global-set-key (kbd "C-<next>") 'tab-bar-switch-to-next-tab) (global-set-key (kbd "C-<prior>") 'tab-bar-switch-to-prev-tab) -;; Only show the tab bar if there are 2 or more tabs (setq tab-bar-show t) (defun my/project-create-tab () @@ -24,5 +23,3 @@ ;; Save the desktop session (desktop-save-mode 1) - -(setq tab-bar-new-tab-choice "*dashboard*") |