Make EWW default browser and external browser secondary function
This commit is contained in:
parent
3da2edd550
commit
366457ad84
3
init.el
3
init.el
|
@ -165,7 +165,8 @@
|
|||
(use-package eww
|
||||
:defer t
|
||||
:custom
|
||||
(browse-url-browser-function 'browse-url-default-browser)
|
||||
(browse-url-browser-function 'eww-browse-url)
|
||||
(browse-url-secondary-browser-function 'browse-url-default-browser)
|
||||
(browse-url-new-window-flag t)
|
||||
(eww-default-download-directory "~/Downloads/")
|
||||
(eww-auto-rename-buffer 'title)
|
||||
|
|
Loading…
Reference in a new issue