diff options
Diffstat (limited to '')
-rw-r--r-- | emacs-init.org | 8 | ||||
-rw-r--r-- | emacs-private.el.gpg | bin | 1139 -> 1184 bytes |
2 files changed, 7 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index 3ecbe4a..de5fbe3 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2798,7 +2798,13 @@ Only highlight the changes within a line, not the whole line. #+begin_src emacs-lisp (use-package forge :after magit - :straight t) + :straight t + :config + <<forge-config>>) +#+end_src +Non-standard forges need to be added to ~forge-alist~ manually. +#+begin_src emacs-lisp :tangle no :noweb-ref forge-config +(append forge-alist private/magit-forges) #+end_src **** gitflow Add support for [[https://nvie.com/posts/a-successful-git-branching-model/][gitflow]]. diff --git a/emacs-private.el.gpg b/emacs-private.el.gpg Binary files differindex 916e28e..1deb591 100644 --- a/emacs-private.el.gpg +++ b/emacs-private.el.gpg |