Goddamn 2
This commit is contained in:
parent
32c72b5450
commit
3656f7c908
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue