From 182cdf3101294b3f6fee23055a65007f75617e05 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 22 May 2024 09:21:53 +0200 Subject: [PATCH 1/2] Dont hide hs all --- bundle/bundle--gui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--gui.el b/bundle/bundle--gui.el index e4d8b873..405c3bc3 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -172,7 +172,7 @@ ;(pixel-scroll-precision-mode +1) (use-package hideshow - :hook ((prog-mode . (lambda () (hs-minor-mode 1) (hs-hide-all)))) + :hook ((prog-mode . (lambda () (hs-minor-mode 1)))) :bind (:map prog-mode-map ("M-" . hs-toggle-hiding)) :custom From 6605b0d8db21f358b14b126a2637bacc4ad878a3 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 22 May 2024 14:21:58 +0200 Subject: [PATCH 2/2] Dont show tab-bar --- bundle/bundle--gui.el | 1 - 1 file changed, 1 deletion(-) diff --git a/bundle/bundle--gui.el b/bundle/bundle--gui.el index 405c3bc3..07f23d2f 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -20,7 +20,6 @@ :box '(:line-width (1 . 8) :style flat-button)) (use-package tab-bar - :hook (after-init . tab-bar-mode) :custom (tab-bar-auto-width nil) (tab-bar-auto-width-max '(250 25))