This commit is contained in:
Akko
2023-12-12 14:54:41 +01:00
parent 916e376500
commit e1d7177d23
3 changed files with 7 additions and 4 deletions

View File

@@ -24,8 +24,9 @@ Honestly I barely remember what some of this stuff is supposed to do, this is th
** Font
#+BEGIN_SRC emacs-lisp
(if (string= (system-name) "illya")
(set-frame-font "Mononoki 12" nil t)
(set-frame-font "Mononoki 22" nil t))
(set-frame-font "Monoflow 12" nil t)
(set-frame-font "Monoflow 22" nil t))
;;(set-frame-font "Mononoki 12" nil t )
#+END_SRC
** Theme
#+BEGIN_SRC emacs-lisp