aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index b440c06..e4589d3 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -398,6 +398,17 @@ To start off, first I need to enable lexical binding.
user-mail-address "tom@ryuslash.org")
#+END_SRC
+* Url browsing
+
+ Use Conkeror to open URLs.
+
+ #+BEGIN_SRC emacs-lisp
+ (eval-when-compile (require 'browse-url))
+
+ (with-eval-after-load 'browse-url
+ (setq browse-url-browser-function 'browse-url-conkeror))
+ #+END_SRC
+
* Minor modes
** Paredit