diff options
| author | 2016-10-06 23:06:49 +0200 | |
|---|---|---|
| committer | 2016-10-06 23:06:49 +0200 | |
| commit | 82f1a7b3078c7f7c9354351e610ac4d0a2083b01 (patch) | |
| tree | 3c34249c9c42ef66b169f0aedb5c2a013c90c7d9 | |
| parent | b8fa90a560b3197c92729d51f61b9434aa7bf991 (diff) | |
| download | new-dotfiles-82f1a7b3078c7f7c9354351e610ac4d0a2083b01.tar.gz new-dotfiles-82f1a7b3078c7f7c9354351e610ac4d0a2083b01.zip | |
Use Conkeror to open URLs
| -rw-r--r-- | emacs/.emacs.d/init.org | 11 |
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 |
