tune helm based on suggestions from granit

This commit is contained in:
KemoNine 2022-08-28 11:25:43 -04:00
parent 842840d8b1
commit ddd7e1e6a6
1 changed files with 10 additions and 0 deletions

View File

@ -274,6 +274,16 @@
(helm-mode 1)
(helm-autoresize-mode 1)
(set-face-attribute 'helm-source-header nil :height 0.6)
(setq helm-display-header-line nil
helm-autoresize-max-height 24
helm-autoresize-min-height 24)
(setq helm-split-window-in-side-p t ; open helm buffer inside current window, not occupy whole other window
helm-ff-file-name-history-use-recentf t
helm-echo-input-in-header-line t)
(global-set-key (kbd "C-x C-d") 'helm-browse-project)
(global-set-key (kbd "C-x b") 'list-buffers)
(define-key global-map [remap find-file] 'helm-find-files)