make helm the default buffer selection tool

This commit is contained in:
KemoNine 2022-08-04 14:49:35 -04:00
parent ec44c80919
commit 97e9c57ba1
1 changed files with 1 additions and 0 deletions

View File

@ -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)