From 5e08f041f3435616f646fbf65f2b1ab3a2fbc03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sun, 27 Oct 2024 16:49:47 -0700 Subject: emacs: disable tab-bar --- .emacs.d/rul-lisp/packages/rul-wm.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/rul-lisp/packages/rul-wm.el b/.emacs.d/rul-lisp/packages/rul-wm.el index 3df7ce4..a0638a9 100644 --- a/.emacs.d/rul-lisp/packages/rul-wm.el +++ b/.emacs.d/rul-lisp/packages/rul-wm.el @@ -21,7 +21,9 @@ (setq tab-bar-new-tab-to 'rightmost) (setq tab-bar-close-button-show nil) (set-face-attribute 'tab-bar nil :height 0.8) -(tab-bar-mode 1) + +;; I've moved to a frame oriented workflow, so I no longer use tabs. +;; (tab-bar-mode 1) ;; Pop-up buffers ;; https://protesilaos.com/codelog/2024-09-19-emacs-command-popup-frame-emacsclient/ -- cgit v1.2.3