Google Chrome is set as the default browser, however it opens links in Firefox, which is undesired.
Google Chrome
How to make org-mode to open links in
org-mode
I am on MacOS and the browse-url-default-macos-browser does not work for me.
browse-url-default-macos-browser
My solution is:
(setq browse-url-browser-function 'browse-url-chrome) (setq browse-url-chrome-program "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"))