diff --git a/keybindings.el b/keybindings.el index f90fd55..97292f3 100644 --- a/keybindings.el +++ b/keybindings.el @@ -46,6 +46,12 @@ (global-set-key (kbd "C-x ;") 'helm-projectile) (global-set-key (kbd "C-x C-;") 'helm-projectile)) +(when (require 'helm-open-github nil 'noerror) + (global-set-key (kbd "C-c o f") 'helm-open-github-from-file) + (global-set-key (kbd "C-c o c") 'helm-open-github-from-commit) + (global-set-key (kbd "C-c o i") 'helm-open-github-from-issues) + (global-set-key (kbd "C-c o p") 'helm-open-github-from-pull-requests)) + ;; Expand region (when (require 'expand-region nil 'noerror) (global-set-key (kbd "M-.") 'er/expand-region) diff --git a/packages.el b/packages.el index af1593f..d3c1ec0 100644 --- a/packages.el +++ b/packages.el @@ -56,6 +56,8 @@ helm helm-ack helm-ag + helm-github-stars + helm-open-github helm-projectile highlight-indentation ido-vertical-mode