From a0f06107fa7d5f5c852c8a9520c73c1bb7927bca Mon Sep 17 00:00:00 2001 From: Marc Date: Tue, 28 Apr 2020 11:54:53 +0200 Subject: [PATCH] fixed font name Hack Nerd Font --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 8134e6f..6d395e7 100644 --- a/init.org +++ b/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.