From 3249198e97d2ff46b7b2f3401ba3c939feb8dc91 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 27 Sep 2025 15:19:01 +0200 Subject: [PATCH] feat: add fj and agitjo --- init.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/init.el b/init.el index d2e0971726fd3feced100a48adef73535cbe0225..b673f931649e7e95d2d9d76cb13e56766f872796 100644 --- a/init.el +++ b/init.el @@ -957,6 +957,15 @@ (add-to-list 'git-link-web-host-alist '("ditigal\\.xyz" . "git.ditigal.xyz"))) +(my-use-package agitjo + :ensure (agitjo :type git :host codeberg :repo "halvin/agitjo")) + +(my-use-package fj + :custom + (fj-host "https://codeberg.org") + (fj-user "Rutherther") + :ensure (fj :type git :host codeberg :repo "martianh/fj.el")) + (my-use-package hl-todo :ensure (:pin t :tag "v3.6.0") :after evil