This commit is contained in:
qorg11 2020-06-07 15:28:29 +02:00
parent ad2592fb06
commit 32c72b5450
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -49,6 +49,8 @@
#+END_SRC #+END_SRC
** Generic packages ** Generic packages
Here I install some packages that don't need configuration. 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 #+BEGIN_SRC emacs-lisp
(use-package markdown-mode (use-package markdown-mode
:ensure t) :ensure t)
@ -57,9 +59,7 @@
(use-package magit (use-package magit
:ensure t) :ensure t)
(use-package all-the-fonts (use-package all-the-fonts
:ensure t :ensure t)
:init
(all-the-icons-install-fonts))
#+END_SRC #+END_SRC
* Autoindentation * Autoindentation
C-c n for indent-buffer. I don't use the rest. C-c n for indent-buffer. I don't use the rest.