From 3656f7c908599798027cfd8bd205b8baac0a09dd Mon Sep 17 00:00:00 2001 From: qorg11 Date: Sun, 7 Jun 2020 15:31:45 +0200 Subject: [PATCH] Goddamn 2 --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 2cb873b..f759ef5 100644 --- a/config.org +++ b/config.org @@ -50,7 +50,7 @@ ** 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. + init to install the fonts. #+BEGIN_SRC emacs-lisp (use-package markdown-mode :ensure t) @@ -58,7 +58,7 @@ :ensure t) (use-package magit :ensure t) - (use-package all-the-fonts + (use-package all-the-icons :ensure t) #+END_SRC * Autoindentation