fix(magit): forge-browse-dwim -> forge-browse
Renamed upstream Ref: magit/forge@ba752a4e9b
This commit is contained in:
parent
2729a3f7e3
commit
47fce87d86
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ Only has an effect in GUI Emacs.")
|
|||
;; All forge list modes are derived from `forge-topic-list-mode'
|
||||
(map! :map forge-topic-list-mode-map :n "q" #'kill-current-buffer)
|
||||
(when (not forge-add-default-bindings)
|
||||
(map! :map magit-mode-map [remap magit-browse-thing] #'forge-browse-dwim
|
||||
(map! :map magit-mode-map [remap magit-browse-thing] #'forge-browse
|
||||
:map magit-remote-section-map [remap magit-browse-thing] #'forge-browse-remote
|
||||
:map magit-branch-section-map [remap magit-browse-thing] #'forge-browse-branch))
|
||||
(set-popup-rule! "^\\*?[0-9]+:\\(?:new-\\|[0-9]+$\\)" :size 0.45 :modeline t :ttl 0 :quit nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue