~edwargix/emacs.d

8840f277b0d2d2086b9d3bbc3a7dcbb2b14ffeb9 — David Florness 1 year, 10 months ago 0db2798
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)