Remove font and background transparency setting

Moved into nixos expression as it's only really useful on my nixos
system, might want other fonts elsewhere if Iosevka isn't installed
This commit is contained in:
Evie Litherland-Smith 2024-02-02 10:38:28 +00:00
parent f31bb72cd8
commit 6f980136e0

View file

@ -259,11 +259,6 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
#+begin_src emacs-lisp #+begin_src emacs-lisp
(add-to-list 'initial-frame-alist '(width . 120)) (add-to-list 'initial-frame-alist '(width . 120))
(add-to-list 'initial-frame-alist '(height . 80)) (add-to-list 'initial-frame-alist '(height . 80))
(add-to-list 'initial-frame-alist '(alpha-background . 80))
(add-to-list 'initial-frame-alist '(font . "Iosevka Nerd Font-16"))
(add-to-list 'default-frame-alist '(alpha-background . 80))
(add-to-list 'default-frame-alist '(font . "Iosevka Nerd Font-16"))
;; Theme ;; Theme
(use-package modus-themes (use-package modus-themes