kawabata / helm-chrome

Helm interface for Chrome bookmarks
21 stars 4 forks source link

defcustom helm-chrome-file should prefer google-chrome instead of chromium #10

Closed iNode closed 8 years ago

iNode commented 8 years ago

Now defcutom helm-chrome-file erroneously takes chromium Bookmarks file instead of google-chomes, if Chromium was installed once. Since more users using google-chrome maybe it would be better to check for google-chrome bookmarks at first. This might be fixed by changing order of this two lines: "~/.config/chromium/Default/Bookmarks" "~/.config/google-chrome/Default/Bookmarks" to "~/.config/google-chrome/Default/Bookmarks" "~/.config/chromium/Default/Bookmarks"

iNode commented 8 years ago

Thanks!