Install Quelpa and quelpa-use-package

This commit is contained in:
Gergely Polonkai 2020-03-03 06:19:19 +01:00
parent 935b3ec857
commit 72b38bc10b
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
2 changed files with 15 additions and 0 deletions

View File

@ -71,6 +71,19 @@
(use-package bind-key) (use-package bind-key)
#+END_SRC #+END_SRC
** Install and configure Quelpa
#+BEGIN_SRC emacs-lisp
(use-package quelpa)
#+END_SRC
*** And quelpa-use-package, too!
#+BEGIN_SRC emacs-lisp
(use-package quelpa-use-package
:after quelpa)
#+END_SRC
** Set up the really basic things ** Set up the really basic things
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp

View File

@ -193,6 +193,8 @@
pycoverage pycoverage
python-x python-x
pyvenv pyvenv
quelpa
quelpa-use-package
rainbow-delimiters rainbow-delimiters
rainbow-mode rainbow-mode
restclient restclient