From b8d3000cb3fff0c5f724ddf33f5e2067fc7d6cc5 Mon Sep 17 00:00:00 2001 From: --global <--global> Date: Thu, 24 Nov 2022 19:24:27 +0300 Subject: [PATCH] Initialize Emacs as fullscreen. --- .doom.d/config.el | 4 ++++ .doom.d/custom.el | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.doom.d/config.el b/.doom.d/config.el index 0e57023..1f25338 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -50,6 +50,10 @@ (beacon-mode 1) (good-scroll-mode 1) +(custom-set-variables + '(initial-frame-alist (quote ((fullscreen . maximized)))) +) + ;; Whenever you reconfigure a package, make sure to wrap your config in an ;; `after!' block, otherwise Doom's defaults may override your settings. E.g. ;; diff --git a/.doom.d/custom.el b/.doom.d/custom.el index a3fed5f..e77311c 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -3,8 +3,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(custom-safe-themes - '("5f19cb23200e0ac301d42b880641128833067d341d22344806cdad48e6ec62f6" "1d5e33500bc9548f800f9e248b57d1b2a9ecde79cb40c0b1398dec51ee820daf" "234dbb732ef054b109a9e5ee5b499632c63cc24f7c2383a849815dacc1727cb6" "cf922a7a5c514fad79c483048257c5d8f242b21987af0db813d3f0b138dfaf53" "1d44ec8ec6ec6e6be32f2f73edf398620bb721afeed50f75df6b12ccff0fbb15" "8146edab0de2007a99a2361041015331af706e7907de9d6a330a3493a541e5a6" "e2c926ced58e48afc87f4415af9b7f7b58e62ec792659fcb626e8cba674d2065" "0d01e1e300fcafa34ba35d5cf0a21b3b23bc4053d388e352ae6a901994597ab1" "353ffc8e6b53a91ac87b7e86bebc6796877a0b76ddfc15793e4d7880976132ae" "028c226411a386abc7f7a0fba1a2ebfae5fe69e2a816f54898df41a6a3412bb5" "c4063322b5011829f7fdd7509979b5823e8eea2abf1fe5572ec4b7af1dd78519" "c2aeb1bd4aa80f1e4f95746bda040aafb78b1808de07d340007ba898efa484f5" default))) + '(warning-suppress-types '((initialization) (initialization) (defvaralias)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.