mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Update helm-projectile keybindings
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
(global-set-key (kbd "C-c h") 'helm-mini))
|
||||
|
||||
(when (require 'helm-projectile nil 'noerror)
|
||||
(global-set-key (kbd "C-x ;") 'helm-projectile))
|
||||
(global-set-key (kbd "C-x ;") 'helm-projectile)
|
||||
(global-set-key (kbd "C-x C-;") 'helm-projectile))
|
||||
|
||||
;; Expand region
|
||||
(when (require 'expand-region nil 'noerror)
|
||||
|
||||
Reference in New Issue
Block a user