Goddamn 2

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

View file

@ -50,7 +50,7 @@
** 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 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 #+BEGIN_SRC emacs-lisp
(use-package markdown-mode (use-package markdown-mode
:ensure t) :ensure t)
@ -58,7 +58,7 @@
:ensure t) :ensure t)
(use-package magit (use-package magit
:ensure t) :ensure t)
(use-package all-the-fonts (use-package all-the-icons
:ensure t) :ensure t)
#+END_SRC #+END_SRC
* Autoindentation * Autoindentation