diff options
author | Raul Benencia <id@rbenencia.name> | 2023-02-12 21:09:22 -0800 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2023-02-12 21:09:22 -0800 |
commit | 0f4ef638c481f4aea6497812fcb1fa3dc832d929 (patch) | |
tree | acc9392cd631f6948a8eaeb37d48296fbf34e4c0 | |
parent | 40cd7320799080254ed9f788c7509f71cdd09f78 (diff) |
emacs: tab-bar fixups
-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*") |