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

This commit is contained in:
Daniel - 2017-10-04 17:04:58 +02:00
parent eeadb28a8c
commit e9870a7ce7
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

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