browse-at-remote: fix added list element type <https://github.com/rmuslimov/browse-at-remote/issues/97#issuecomment-1478551857>
1 files changed, 1 insertions(+), 1 deletions(-) M lisp/dev.el
M lisp/dev.el => lisp/dev.el +1 -1
@@ 112,7 112,7 @@ :commands (browse-at-remote browse-at-remote-kill) :config (add-to-list 'browse-at-remote-remote-type-regexps - '("^git\\.hnitbjorg\\.xyz$" . "sourcehut")) + '(:host "^git\\.hnitbjorg\\.xyz$" :type "sourcehut")) :bind (("C-c g o" . browse-at-remote) ("C-c g y" . browse-at-remote-kill)