From 556bf4fc48d0e82aa32041fdb3ecbda0d85053e0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 19 Jan 2014 01:18:44 +0100 Subject: Also match https in eshell --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d') 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))))))) -- cgit v1.2.3-54-g00ecf