]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Commit early-init.el
authorEshel Yaron <me@eshelyaron.com>
Mon, 20 Mar 2023 15:14:55 +0000 (17:14 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 20 Mar 2023 15:14:55 +0000 (17:14 +0200)
.emacs.d/early-init.el [new file with mode: 0644]

diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el
new file mode 100644 (file)
index 0000000..5f65b8b
--- /dev/null
@@ -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