From 0f4ef638c481f4aea6497812fcb1fa3dc832d929 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sun, 12 Feb 2023 21:09:22 -0800 Subject: emacs: tab-bar fixups --- .emacs.local.d/modes/tabbar.el | 3 --- 1 file changed, 3 deletions(-) (limited to '.emacs.local.d') 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-") 'tab-bar-switch-to-next-tab) (global-set-key (kbd "C-") '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*") -- cgit v1.2.3