diff --git a/configuration.org b/configuration.org index dfad6b6..92f7691 100644 --- a/configuration.org +++ b/configuration.org @@ -71,6 +71,19 @@ (use-package bind-key) #+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 #+BEGIN_SRC emacs-lisp diff --git a/customizations.el b/customizations.el index 71b29ce..3ecbfb0 100644 --- a/customizations.el +++ b/customizations.el @@ -193,6 +193,8 @@ pycoverage python-x pyvenv + quelpa + quelpa-use-package rainbow-delimiters rainbow-mode restclient