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