[Helm] Minor fix for ‘db/helm-shortcuts’

Don’t know why it makes a difference, but apparently it does.
This commit is contained in:
Daniel - 2017-07-16 22:42:57 +02:00
parent 6ea382f2f6
commit 63d5ae7ce8
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

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