mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Add :git ex command (starts magit)
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
(awhen (doom/git-root)
|
||||
(browse-url (concat it "/issues"))))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/git-magit ()
|
||||
(interactive)
|
||||
(call-interactively 'magit-status))
|
||||
|
||||
;;;###autoload (autoload 'doom:git-browse "defuns-git" nil t)
|
||||
(evil-define-command doom:git-browse (&optional bang)
|
||||
"Open the website for the current (or specified) version controlled FILE. If
|
||||
|
Reference in New Issue
Block a user