[Helm] Require ‘helm-files’ instead of ‘helm-x-files’

This commit is contained in:
Daniel Borchmann 2017-10-04 17:04:58 +02:00
parent eeadb28a8c
commit e9870a7ce7
Signed by: exot
GPG Key ID: 4F63DB96D45AA9C6

View File

@ -295,7 +295,7 @@ If FILE is not given, prompt for one."
(defun db/helm-shortcuts ()
"Open helm completion on common locations."
(interactive)
(require 'helm-x-files)
(require 'helm-files)
(helm :sources '(db/helm-frequently-used-features
db/helm-frequently-visited-locations)))