diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1670,6 +1670,12 @@ :config :bind ((:map forge-topic-mode-map ("M-w" . copy-region-as-kill)))) +;;;; forgejo +(use-package forgejo + :ensure t + :custom + (forgejo-hosts '(("https://codeberg.org")))) + ;;;; other git packages (use-package git-timemachine :ensure t) |
