From e16fe6272232dfc6eca28c9a4b2cfcccd3c3f77b Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:45:22 -0500 Subject: [PATCH] Remove disabling horizontal-scroll-bar-mode --- early-init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/early-init.el b/early-init.el index ed92876..9512b34 100644 --- a/early-init.el +++ b/early-init.el @@ -286,8 +286,6 @@ minimalistic appearance during startup.") (push '(vertical-scroll-bars) default-frame-alist) (push '(horizontal-scroll-bars) default-frame-alist) (setq scroll-bar-mode nil) -(when (fboundp 'horizontal-scroll-bar-mode) - (horizontal-scroll-bar-mode -1)) (unless (memq 'tooltips minimal-emacs-ui-features) (when (bound-and-true-p tooltip-mode)