|
|
@ -107,7 +107,7 @@ |
|
|
(global-set-key (kbd "C-=") 'er/expand-region) |
|
|
(global-set-key (kbd "C-=") 'er/expand-region) |
|
|
(global-set-key (kbd "C-c w") (make-repeatable-command 'er/expand-region)) |
|
|
(global-set-key (kbd "C-c w") (make-repeatable-command 'er/expand-region)) |
|
|
|
|
|
|
|
|
(require 'anything-config) |
|
|
|
|
|
|
|
|
(require 'helm-config) |
|
|
(global-set-key (kbd "C-x j") 'helm) |
|
|
(global-set-key (kbd "C-x j") 'helm) |
|
|
|
|
|
|
|
|
(provide 'prelude-global-keybindings) |
|
|
(provide 'prelude-global-keybindings) |
|
|
|