From 29bb35f0331d249df63a23f6fe0cb25991152a3b Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 28 May 2024 17:31:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(ui)=20Only=20enable=20spacious-?= =?UTF-8?q?padding=20on=20MacOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is a bug in the Emacs 29 when compiled with pgtk that breaks the tab bar. Since I only use Emacs 29 with pgtk or Emacs 29 on MacOS this condition suits me as a workaround. --- config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index a2ca1fd..5589b74 100644 --- a/config.org +++ b/config.org @@ -637,7 +637,9 @@ Source: [[https://git.sr.ht/~protesilaos/spacious-padding][sr.ht: ~protesilaos/s #+begin_src emacs-lisp (use-package spacious-padding - :config (spacious-padding-mode 1)) + :config + (when on-macos + (spacious-padding-mode 1))) #+end_src ** Line Spacing