From ad2592fb06ca98218be473f14541d35f2970c987 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Sun, 7 Jun 2020 15:18:54 +0200 Subject: [PATCH] All the icons installation --- .gitignore | 1 + config.org | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f7c7736..74975d4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ elpa config.el smex-items recentf +transient diff --git a/config.org b/config.org index 82e6b23..734e1a1 100644 --- a/config.org +++ b/config.org @@ -27,8 +27,9 @@ ** Dependencies The only no emacs related dependence in this configuration is the IBM Plex Mono font. Install it from your distribution packages. -* melpa crap - melpa, where you get the packages. This also installs use-package +* melpa crap, and basic packages installation + melpa, where you get the packages. This also installs use-package, + and other packages I use. #+BEGIN_SRC emacs-lisp (require 'package) (let* ((no-ssl (and (memq system-type '(windows-nt ms-dos)) @@ -55,6 +56,10 @@ :ensure t) (use-package magit :ensure t) + (use-package all-the-fonts + :ensure t + :init + (all-the-icons-install-fonts)) #+END_SRC * Autoindentation C-c n for indent-buffer. I don't use the rest.