Add two useful github related packages

This commit is contained in:
2014-04-12 11:20:27 +01:00
parent 8d124ef05d
commit 5cb2e01a53
2 changed files with 8 additions and 0 deletions

View File

@@ -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)

View File

@@ -56,6 +56,8 @@
helm
helm-ack
helm-ag
helm-github-stars
helm-open-github
helm-projectile
highlight-indentation
ido-vertical-mode