mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-01 20:46:12 +01:00
base.org edits
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
37c1161a62
commit
5e0ef75c8d
|
@ -122,7 +122,7 @@ First make =load-theme= unload all currently loaded themes and reapply fonts aft
|
||||||
#+END_SRC
|
#+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
|
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
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq magic_rb/fixed-width-font "Iosevka Term Extended")
|
(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))
|
(set-face-attribute 'variable-pitch nil :family magic_rb/variable-pitch-font :height 1.0))
|
||||||
(magic_rb/apply-fonts))
|
(magic_rb/apply-fonts))
|
||||||
#+END_SRC
|
#+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
|
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.
|
on the eyes.
|
||||||
|
|
Loading…
Reference in a new issue