mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add two useful github related packages
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -56,6 +56,8 @@
|
||||
helm
|
||||
helm-ack
|
||||
helm-ag
|
||||
helm-github-stars
|
||||
helm-open-github
|
||||
helm-projectile
|
||||
highlight-indentation
|
||||
ido-vertical-mode
|
||||
|
||||
Reference in New Issue
Block a user