summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index c7c10f8..0c39678 100644
--- a/README
+++ b/README
@@ -45,6 +45,13 @@ your default emacs browser::
(require 'pancake)
(setq browse-url-browser-function 'pancake-browse-url)
+To load and show all images automatically (not just after saving them
+manually)::
+
+ (add-hook 'pancake-display-hook 'pancake-load-images)
+
+Though it might be desirable to write a wrapper to only show those on
+specific websites, e.g. webcomics, and perhaps specific images only.
Commands
--------