From 90ac1ffc018d15315a2e95deb822f3ca168a9fee Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 21 Nov 2017 14:21:44 +0000 Subject: [PATCH 1/1] dot/emacs, dot/profile, el/dot-emacs.el: Moving back to Chromium. Firefox is annoyingly slow. Also, it's abolishing its old addon API, so its rich ecosystem of powerful extensions, which was its main advantage, is doing to disappear. Chromium has become slightly less infuriating in the meantime. --- dot/emacs | 2 +- dot/profile | 2 +- el/dot-emacs.el | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dot/emacs b/dot/emacs index 812d279..bc481b7 100644 --- a/dot/emacs +++ b/dot/emacs @@ -425,7 +425,7 @@ (setq url-cookie-untrusted-urls '(".")) (setq browse-url-browser-function (mdw-good-url-browser) - browse-url-generic-program "mdw-chrome" + browse-url-generic-program "chromium" browse-url-mozilla-program "mdw-iceweasel") (setq w3m-default-display-inline-images t diff --git a/dot/profile b/dot/profile index c1159de..e46e627 100644 --- a/dot/profile +++ b/dot/profile @@ -220,7 +220,7 @@ if __mdw_programp distcc; then CCACHE_PREFIX=distcc; export CCACHE_PREFIX; fi ## graphical one. set -- elinks w3m lynx case ${DISPLAY+t} in - t) set -- mdw-iceweasel mdw-chrome iceweasel firefox "$@" ;; + t) set -- chromium mdw-iceweasel mdw-chrome iceweasel firefox "$@" ;; esac for b in "$@"; do if __mdw_programp $b; then BROWSER=$b; export BROWSER; break; fi diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 49c056b..cb1d425 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -920,7 +920,8 @@ If NEW-SESSION-P, start a new session." (select-window window))))) (defvar mdw-good-url-browsers - '(browse-url-mozilla + '(browse-url-chromium + browse-url-mozilla browse-url-generic (w3m . mdw-w3m-browse-url) browse-url-w3) -- 2.11.0