[Utils] Use ‘helm-eww’ when available to list eww-bookmarks

This commit is contained in:
Daniel - 2018-07-14 12:07:01 +02:00
parent 812bdc3e73
commit cf4a07d8d6
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -46,3 +46,4 @@
/site-lisp/timeline-tools-test.el
/.cask/
/private/
/eww-bookmarks

View File

@ -306,6 +306,8 @@ path."
,(when (and (= arg 4)
(file-directory-p db/important-documents-path))
'db/helm-source-important-documents)
,(when (package-installed-p 'helm-eww)
(helm-eww-bookmarks-build-source))
helm-source-bookmarks
helm-source-bookmark-set)))