make helm the default buffer selection tool
This commit is contained in:
parent
ec44c80919
commit
97e9c57ba1
|
@ -322,6 +322,7 @@
|
|||
(helm-mode 1)
|
||||
(helm-autoresize-mode 1)
|
||||
(global-set-key (kbd "C-x C-d") 'helm-browse-project)
|
||||
(global-set-key (kbd "C-x b") 'helm-buffers-list)
|
||||
(define-key global-map [remap find-file] 'helm-find-files)
|
||||
(define-key global-map [remap occur] 'helm-occur)
|
||||
(define-key global-map [remap list-buffers] 'helm-buffers-list)
|
||||
|
|
Reference in a new issue