How to make emacs org-mode open links to sites in Google Chrome?

后端 未结 7 1751
梦谈多话
梦谈多话 2020-12-12 22:15

Google Chrome is set as the default browser, however it opens links in Firefox, which is undesired.

How to make org-mode to open links in

相关标签:
7条回答
  • 2020-12-12 22:57

    I also had this problem when exporting org files to html. It would use firefox instead of chromium-browser. I fixed it by customizing org-file-apps (which for some reason had been set to open xhtml and html files with firefox). I now have an entry for extension \.x?html?\' with command set to the Lisp form: (browse-url file)

    0 讨论(0)
提交回复
热议问题