From 6cf739f12ef4697209df75355f107d5589356516 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 19 May 2025 18:42:24 +0200 Subject: [PATCH] Remove Quelpa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `use-package` now speaks `:vc`, so there’s no need for Quelpa anymore. --- configuration.org | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/configuration.org b/configuration.org index 1f570a2..8630c78 100644 --- a/configuration.org +++ b/configuration.org @@ -62,26 +62,6 @@ It is built-in since 29.1, and let’s hope I never get back using older version (use-package bind-key) #+end_src -*** Install Quelpa so we can add packages not present in MELPA yet - -#+begin_src emacs-lisp -(unless (package-installed-p 'quelpa) - (with-temp-buffer - (url-insert-file-contents "https://raw.githubusercontent.com/quelpa/quelpa/master/quelpa.el") - (eval-buffer) - (quelpa-self-upgrade))) -#+end_src - -*** Finally, combine the powers of use-package and quelpa - -#+begin_src emacs-lisp -(quelpa - '(quelpa-use-package - :fetcher git - :url "https://github.com/quelpa/quelpa-use-package.git")) -(require 'quelpa-use-package) -#+end_src - * Custom functions and commands This is a collection of functions and commands i wrote or stole from all around the internet.