summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 3465a16..90c6842 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -249,7 +249,7 @@ MODE1 is enabled and vice-versa."
(save-excursion
(goto-char eshell-last-output-start)
(while (re-search-forward
- "http://[^ \n]+" eshell-last-output-end :noerror)
+ "https?://[^ \n]+" eshell-last-output-end :noerror)
(make-button (match-beginning 0) (match-end 0)
'action (lambda (button)
(browse-url (button-label button)))))))