diff --git a/emacs/init.org b/emacs/init.org index d742a53..9d6ae88 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -361,8 +361,10 @@ Use ido-mode for completion within Magit: "git.jeremydormitzer.com/api/v1" "git.jeremydormitzer.com" forge-gitea-repository)) + (with-eval-after-load 'evil-magit + (general-def '(normal motion) magit-mode-map + "yu" #'forge-copy-url-at-point-as-kill)) :general - ((normal motion) magit-mode-map "yu" #'forge-copy-url-at-point-as-kill) ((normal motion visual) forge-topic-list-mode-map "y" #'forge-copy-url-at-point-as-kill "q" #'quit-window))