mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
Add github-browse-file
This commit is contained in:
@@ -13,5 +13,12 @@
|
||||
:init (setq diff-hl-draw-borders nil)
|
||||
:config (global-diff-hl-mode +1))
|
||||
|
||||
(use-package github-browse-file
|
||||
:commands (narf:github-browse-file github-browse-file github-browse-file-blame)
|
||||
:config
|
||||
(evil-define-command narf:github-browse-file (&optional bang)
|
||||
(interactive "<!>")
|
||||
(if bang (github-browse-file-blame) (github-browse-file))))
|
||||
|
||||
(provide 'core-vcs)
|
||||
;;; core-vcs.el ends here
|
||||
|
Reference in New Issue
Block a user