Use helm-find-files everywhere
Getty Ritter
6 years ago
295 | 295 | :defines (helm-apropos-fuzzy-match |
296 | 296 | helm-completion-mode-string |
297 | 297 | helm-ff-file-name-history-use-recentf) |
298 |
:commands (helm-mode) |
|
298 | :commands (helm-mode) | |
299 | :init (progn | |
300 | (global-set-key (kbd "C-x C-f") #'helm-find-files) | |
301 | (global-set-key (kbd "C-x C-b") #'helm-mini))) | |
299 | 302 | |
300 | 303 | |
301 | 304 |