From 82c55601a3bc88c690e471cb75c59f27d479eb4a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 2 Apr 2024 17:53:54 +0100 Subject: [PATCH] Remove setting initial frame width/height --- config/ui.org | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/ui.org b/config/ui.org index f41920d..b6841f2 100644 --- a/config/ui.org +++ b/config/ui.org @@ -59,10 +59,6 @@ (advice-add command :after #'pulse-line)) #+end_src * Theme, font and nerd-icons -#+begin_src emacs-lisp - (add-to-list 'initial-frame-alist '(width . 120)) - (add-to-list 'initial-frame-alist '(height . 80)) -#+end_src ** catppuccin-theme #+begin_src emacs-lisp (use-package catppuccin-theme