From be0fce32fc99b26a3ae4e208fb2a244f441f3212 Mon Sep 17 00:00:00 2001 From: defanor Date: Fri, 15 Dec 2017 17:17:57 +0300 Subject: Add the "redisplay" command --- pancake.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pancake.el') diff --git a/pancake.el b/pancake.el index 52021cf..c799eef 100644 --- a/pancake.el +++ b/pancake.el @@ -403,6 +403,11 @@ use. Current window width is used if none is provided." (interactive) (pancake-process-send ",")) +(defun pancake-redisplay () + "Redisplay the current document." + (interactive) + (pancake-process-send "redisplay")) + (defun pancake-display-current-uri () "Display current URI and put it into the kill ring." (interactive) -- cgit v1.2.3