From 32c72b54505b2594f3a963c02ffa5f90d92bebd1 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Sun, 7 Jun 2020 15:28:29 +0200 Subject: [PATCH] Goddamn --- config.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.org b/config.org index 734e1a1..2cb873b 100644 --- a/config.org +++ b/config.org @@ -49,6 +49,8 @@ #+END_SRC ** Generic packages Here I install some packages that don't need configuration. + Remember to run M-x all-the-icons-install-fonts after the first + init to install the fonts. #+BEGIN_SRC emacs-lisp (use-package markdown-mode :ensure t) @@ -57,9 +59,7 @@ (use-package magit :ensure t) (use-package all-the-fonts - :ensure t - :init - (all-the-icons-install-fonts)) + :ensure t) #+END_SRC * Autoindentation C-c n for indent-buffer. I don't use the rest.