fix typo in flymd configs

This commit is contained in:
d12frosted 2017-02-01 19:37:23 +02:00
parent bb8537c3fc
commit 3433e94913
No known key found for this signature in database
GPG key ID: 8F60E862D6F5CE8F

View file

@ -44,8 +44,8 @@
(cond
(chrome-exec-path (start-browser chrome-exec-path url))
((executable-find "chromium") (start-browser (executable-find "chromium") url))
((executable-find "google-chrome") (start-browser (executable-find "goolge-chrome") url))
((executable-find "google-chrome-stable") (start-browser (executable-find "goolge-chrome-stable") url))
((executable-find "google-chrome") (start-browser (executable-find "google-chrome") url))
((executable-find "google-chrome-stable") (start-browser (executable-find "google-chrome-stable") url))
(t (message "no useful browser"))))
(setq flymd-browser-open-function 'my-flymd-browser-function)