gdritter repos dotfiles / 504b168
Use helm-find-files everywhere Getty Ritter 5 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Collapse all Expand all
295295 :defines (helm-apropos-fuzzy-match
296296 helm-completion-mode-string
297297 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)))
299302
300303
301304