From c0ebe84e35ce25cb86eabbc56e61e4c34b7d41ed Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Mon, 20 Mar 2023 17:14:55 +0200 Subject: [PATCH] Commit early-init.el --- .emacs.d/early-init.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .emacs.d/early-init.el diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el new file mode 100644 index 0000000..5f65b8b --- /dev/null +++ b/.emacs.d/early-init.el @@ -0,0 +1,14 @@ +;;; early-init.el --- Set initial frame params -*- lexical-binding: t -*- +;;; Commentary: + +;;; Code: + +;; (add-to-list 'initial-frame-alist '(fullscreen . fullboth)) +;; (add-to-list 'initial-frame-alist '(alpha-background . 50)) + +(tool-bar-mode -1) + +(set-scroll-bar-mode nil) + +(provide 'early-init) +;;; early-init.el ends here -- 2.39.2