base.org edits

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2021-06-14 10:54:00 +02:00
parent 37c1161a62
commit 5e0ef75c8d
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -122,7 +122,7 @@ First make =load-theme= unload all currently loaded themes and reapply fonts aft
#+END_SRC
Create a function, which applies my font settings, and call it. Also branch on whether PGtk is in use, as fonts are a
bit bigger with it. Also enable variable pitch fonts, ~Iosenvka~ is really nice.
bit bigger with it. Also enable variable pitch fonts, ~Iosevka~ is really nice.
#+BEGIN_SRC emacs-lisp
(setq magic_rb/fixed-width-font "Iosevka Term Extended")
@ -138,8 +138,6 @@ First make =load-theme= unload all currently loaded themes and reapply fonts aft
(set-face-attribute 'variable-pitch nil :family magic_rb/variable-pitch-font :height 1.0))
(magic_rb/apply-fonts))
#+END_SRC
#+RESULTS:
Load Modus Vivendi, but change the background color to not-black, it's a bit less depressing and in my opinion nicer
on the eyes.