Skip to content

Commit

Permalink
Remove github-browse-file, which browse-at-remote covers instead
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jun 19, 2016
1 parent d4e7853 commit d9e139d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lisp/init-github.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
(require 'init-git)

(maybe-require-package 'yagist)
(require-package 'github-browse-file)
(require-package 'bug-reference-github)
(add-hook 'prog-mode-hook 'bug-reference-prog-mode)

Expand Down
1 change: 1 addition & 0 deletions lisp/init-vc.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
(add-hook 'prog-mode-hook 'turn-on-diff-hl-mode)
(add-hook 'vc-dir-mode-hook 'turn-on-diff-hl-mode)

(maybe-require-package 'browse-at-remote)

(provide 'init-vc)

0 comments on commit d9e139d

Please sign in to comment.