Personalizzazioni per emacs
This commit is contained in:
10
.emacs.rc/helm-rc.el
Normal file
10
.emacs.rc/helm-rc.el
Normal file
@@ -0,0 +1,10 @@
|
||||
(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)
|
||||
Reference in New Issue
Block a user