From e1151532a46a7ce2c59a8bc86088063cb03c4438 Mon Sep 17 00:00:00 2001 From: defanor Date: Thu, 14 Dec 2017 18:26:15 +0300 Subject: Rename main elisp functions `pancake' into `pancake-new', `pancake-browse-url' into `pancake', and make its URL argument optional. Should be less confusing and more idiomatic this way, similar to w3m. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index d6ae0d0..92d7240 100644 --- a/README +++ b/README @@ -43,7 +43,7 @@ Emacs interface your default emacs browser:: (require 'pancake) - (setq browse-url-browser-function 'pancake-browse-url) + (setq browse-url-browser-function 'pancake) To load and show all images automatically (not just after saving them manually):: -- cgit v1.2.3