Browse Source

fixed font name Hack Nerd Font

master
Marc 4 years ago
parent
commit
a0f06107fa
1 changed files with 2 additions and 2 deletions
  1. 4
      init.org

4
init.org

@ -216,7 +216,7 @@ Some windows specific stuff
:END:
#+BEGIN_SRC emacs-lisp
(when *sys/linux*
(set-face-font 'default "Hack-10"))
(set-face-font 'default "Hack Nerd Font-10"))
(when *work_remote*
(set-face-font 'default "Lucida Sans Typewriter-11"))
#+END_SRC
@ -1020,4 +1020,4 @@ deactivate
Start fava with fava my_file.beancount
It is accessable on this URL: [[http://127.0.0.1:5000][Fava]]
Beancount-mode can start fava and open the URL right away.
Beancount-mode can start fava and open the URL right away.
Loading…
Cancel
Save