Fix new window handling with browse-url

This commit is contained in:
Case Duckworth 2021-05-24 21:40:51 -05:00
parent 67c4eb7fe7
commit a32a3832cc
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@
(if (executable-find "firefox") ; prefer Firefox
'browse-url-firefox
'browse-url-default-browser)
browse-url-new-window-flag t
browse-url-new-window-flag nil ; for eww
browse-url-firefox-arguments '("--new-tab") ; for firefox
browse-url-firefox-new-window-is-tab t)
;; `browse-url-browser-function' as an alist is deprecated in Emacs 28 for