dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit 59a627e5d7f554887e62eda3cc7a93329499f6fc
parent 57f45cb685008fd5ece8fb0a838e16ce1559c91e
Author: Anders Hedman <anders.hedman01@gmail.com>
Date:   Sun, 18 Jun 2023 00:57:21 +0200

doom(magit): configure forge

Diffstat:
M.doom.d/config.el | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.doom.d/config.el b/.doom.d/config.el @@ -311,3 +311,8 @@ :desc "Substitute above point" "r" #'substitute-target-above-point :desc "Substitute across defun" "d" #'substitute-target-in-defun :desc "Substitute across buffer" "b" #'substitute-target-in-buffer)) + +(use-package! forge + :after magit + :config + (add-to-list 'forge-alist '("git.mh.citytest.se" "git.mh.citytest.se/api/v4" "git.mh.citytest.se" forge-gitlab-repository)))