Remove setting initial frame width/height
This commit is contained in:
parent
b194db5ec8
commit
82c55601a3
|
@ -59,10 +59,6 @@
|
||||||
(advice-add command :after #'pulse-line))
|
(advice-add command :after #'pulse-line))
|
||||||
#+end_src
|
#+end_src
|
||||||
* Theme, font and nerd-icons
|
* 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
|
** catppuccin-theme
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package catppuccin-theme
|
(use-package catppuccin-theme
|
||||||
|
|
Loading…
Reference in a new issue