Use generic git-link handler for Gitea URLs
This commit is contained in:
parent
30aa2732a8
commit
b5eb80d2cc
7
init.el
7
init.el
@ -1608,10 +1608,9 @@ Note that this workaround is incomplete, as explained in this comment."
|
|||||||
git-link-open-in-browser t
|
git-link-open-in-browser t
|
||||||
git-link-use-commit t)
|
git-link-use-commit t)
|
||||||
:config (progn
|
:config (progn
|
||||||
(add-to-list 'git-link-remote-alist
|
;; Add default generic Gitea handler for URLs containing “gitea”.
|
||||||
'("gitea\\.c3d2\\.de" git-link-gitea))
|
(add-to-list 'git-link-remote-alist '("gitea" git-link-gitea) t)
|
||||||
(add-to-list 'git-link-commit-remote-alist
|
(add-to-list 'git-link-commit-remote-alist '("gitea" git-link-commit-gitea) t)))
|
||||||
'("gitea\\.c3d2\\.de" git-link-commit-gitea))))
|
|
||||||
|
|
||||||
(use-package highlight-indentation
|
(use-package highlight-indentation
|
||||||
:commands highlight-indentation-mode)
|
:commands highlight-indentation-mode)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user