dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit bbd66ed03ca4b70de8ff6e8cd9c701cbdc49d52f
parent 48eada8d6980750f567eae05d78337ab08cddb9e
Author: Anders Hedman <anders.hedman01@gmail.com>
Date:   Wed, 14 Dec 2022 13:27:32 +0100

doom: Enabled fullscreen on initial frame

Diffstat:
M.doom.d/config.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.doom.d/config.el b/.doom.d/config.el @@ -53,6 +53,8 @@ ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; they are implemented. +(add-to-list 'initial-frame-alist '(fullscreen . maximized)) + (defun random-choice (items) (nth (random (length items)) items))