11 lines
413 B
EmacsLisp
11 lines
413 B
EmacsLisp
(rc/require 'helm 'helm-cmd-t 'helm-git-grep 'helm-ls-git)
|
|
|
|
(setq helm-ff-transformer-show-only-basename nil)
|
|
|
|
(global-set-key (kbd "C-c h t") 'helm-cmd-t)
|
|
(global-set-key (kbd "C-c h g g") 'helm-git-grep)
|
|
(global-set-key (kbd "C-c h g l") 'helm-ls-git-ls)
|
|
(global-set-key (kbd "C-c h f") 'helm-find)
|
|
(global-set-key (kbd "C-c h a") 'helm-org-agenda-files-headings)
|
|
(global-set-key (kbd "C-c h r") 'helm-recentf)
|