Install org-clock-waybar without Quelpa

`use-package` now speaks `vc`, so there’s no need for Quelpa anymore.
This commit is contained in:
Gergely Polonkai 2025-05-19 18:41:40 +02:00
parent ab5250d245
commit 18f36bc277
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4

View File

@ -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