diff --git a/README.org b/README.org index 7d4e833..3e4067e 100644 --- a/README.org +++ b/README.org @@ -208,8 +208,13 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia ** Theme, font and nerd-icons #+begin_src emacs-lisp - (set-frame-parameter nil 'alpha-background 80) - (set-frame-font "JetBrainsMono Nerd Font-14") + (add-to-list 'initial-frame-alist '(width . 120)) + (add-to-list 'initial-frame-alist '(height . 80)) + (add-to-list 'initial-frame-alist '(alpha-background . 80)) + (add-to-list 'initial-frame-alist '(font . "JetBrainsMono Nerd Font-12")) + + (add-to-list 'default-frame-alist '(alpha-background . 80)) + (add-to-list 'default-frame-alist '(font . "JetBrainsMono Nerd Font-12")) ;; Theme (use-package modus-themes