From 18f36bc277a705417e51267a8183a4a662bcc067 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 19 May 2025 18:41:40 +0200 Subject: [PATCH] Install org-clock-waybar without 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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configuration.org b/configuration.org index 4796ed2..1f570a2 100644 --- a/configuration.org +++ b/configuration.org @@ -2523,9 +2523,7 @@ And because even secretaries need a secretary today. #+begin_src emacs-lisp (use-package org-clock-waybar :ensure nil - :quelpa (org-clock-waybar - :fetcher git - :url "https://gitea.polonkai.eu/gergely/org-clock-waybar.git") + :vc (:url "https://gitea.polonkai.eu/gergely/org-clock-waybar.git") :config (org-clock-waybar-setup)) #+end_src