From ffb39773e7ba0b0a56e4c0c6e0c70c187b8c8f75 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Wed, 12 Aug 2026 08:14:41 -0700 Subject: emacs: tab-bar only in terminals frame --- .emacs.d/rul-lisp/packages/rul-wm.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d/rul-lisp/packages/rul-wm.el') diff --git a/.emacs.d/rul-lisp/packages/rul-wm.el b/.emacs.d/rul-lisp/packages/rul-wm.el index ba2aca8..2f86e0d 100644 --- a/.emacs.d/rul-lisp/packages/rul-wm.el +++ b/.emacs.d/rul-lisp/packages/rul-wm.el @@ -30,8 +30,8 @@ (setq tab-bar-close-button-show nil) (set-face-attribute 'tab-bar nil :height 0.8) -;; I've moved to a frame oriented workflow, so I no longer use tabs. -;; (tab-bar-mode 1) +;; Per frame tab-bar configuration +(setq tab-bar-show nil) ;; Pop-up buffers ;; Inspiration: https://protesilaos.com/codelog/2024-09-19-emacs-command-popup-frame-emacsclient/ -- cgit v1.2.3