From: Eshel Yaron Date: Mon, 20 Mar 2023 15:14:55 +0000 (+0200) Subject: Commit early-init.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c0ebe84e35ce25cb86eabbc56e61e4c34b7d41ed;p=dotfiles.git Commit 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