diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 06caede..d20e1ac 100644 --- a/init.el +++ b/init.el | |||
@@ -96,7 +96,8 @@ | |||
96 | (global-auto-revert-mode +1)) | 96 | (global-auto-revert-mode +1)) |
97 | 97 | ||
98 | (setup browse-url | 98 | (setup browse-url |
99 | (setq-default browse-url-browser-function 'eww-browse-url | 99 | (setq-default browse-url-browser-function ; can be alist (regex . function) |
100 | '(("." . eww-browse-url)) | ||
100 | browse-url-secondary-browser-function | 101 | browse-url-secondary-browser-function |
101 | (if (executable-find "firefox") | 102 | (if (executable-find "firefox") |
102 | 'browse-url-firefox | 103 | 'browse-url-firefox |