From d955a8ecc1500e0dcb6cd71484213872a4255c3c Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:14:20 -0400 Subject: [PATCH] Remove comments --- early-init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/early-init.el b/early-init.el index b2c9d73..7d15070 100644 --- a/early-init.el +++ b/early-init.el @@ -209,10 +209,6 @@ (push '(vertical-scroll-bars) default-frame-alist) (push '(horizontal-scroll-bars) default-frame-alist) -;; (when (fboundp 'tool-bar-mode) -;; (tool-bar-mode -1)) -;; (when (fboundp 'scroll-bar-mode) -;; (scroll-bar-mode -1)) (setq tool-bar-mode nil scroll-bar-mode nil)