summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2013-12-17 23:17:05 +0200
committerJuri Linkov <juri@jurta.org>2013-12-17 23:17:05 +0200
commit7a409b30053cf0c48ff5de7c5d9b408493df1054 (patch)
tree2a55b913db56fb204f9011d2068f366ce303db55 /lisp/startup.el
parente9ad5665ede9f7599b7b26a7e478fd3e56ddf36e (diff)
downloademacs-7a409b30053cf0c48ff5de7c5d9b408493df1054.tar.gz
* lisp/menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
* lisp/startup.el (fancy-startup-screen, fancy-about-screen): Set browse-url-browser-function to eww-browse-url locally. (Bug#14751) * lisp/net/browse-url.el (browse-url-browser-function): Move `eww' closer to similar functions. * lisp/net/eww.el (browse-web): Add alias to `eww'. (eww-mode-map): Bind "r" to `eww-forward-url' like in Info. Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index bbcf5bda2d7..efa198482c2 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1742,6 +1742,7 @@ splash screen in another window."
(insert "\n")
(fancy-startup-tail concise))
(use-local-map splash-screen-keymap)
+ (setq-local browse-url-browser-function 'eww-browse-url)
(setq tab-width 22
buffer-read-only t)
(set-buffer-modified-p nil)
@@ -1779,6 +1780,7 @@ splash screen in another window."
(goto-char (point-min))
(force-mode-line-update))
(use-local-map splash-screen-keymap)
+ (setq-local browse-url-browser-function 'eww-browse-url)
(setq tab-width 22)
(setq buffer-read-only t)
(goto-char (point-min))