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:
parent
f31bb72cd8
commit
6f980136e0
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue