diff --git a/configuration.org b/configuration.org index 604acb7..33f910b 100644 --- a/configuration.org +++ b/configuration.org @@ -1213,24 +1213,6 @@ Because i’m a rock star like that. (put 'list-timers 'disabled nil) #+END_SRC -* Packages installed from Quelpa - -For some strange reason having this at the end of my configuration can cause unexpected results. - -** Ement - -#+begin_src emacs-lisp -(use-package plz - :ensure nil - :quelpa (plz :fetcher github :repo "alphapapa/plz.el")) - -(use-package ement - :ensure nil - :quelpa (ement :fetcher github :repo "alphapapa/ement.el") - :custom - (ement-save-token t)) -#+end_src - * Load some built-in libraries ** ~thingatpt~