Remove setting initial frame width/height

This commit is contained in:
Evie Litherland-Smith 2024-04-02 17:53:54 +01:00
parent b194db5ec8
commit 82c55601a3

View file

@ -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