summaryrefslogtreecommitdiff
path: root/pancake.el
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-15 17:17:57 +0300
committerdefanor <defanor@uberspace.net>2017-12-15 17:50:38 +0300
commitbe0fce32fc99b26a3ae4e208fb2a244f441f3212 (patch)
tree1687c19c627610ef096efb40c27f5746b64bf9bc /pancake.el
parenta6c75aeb7ab8a7a9879aa5b1e17ffec4c18d446a (diff)
Add the "redisplay" command
Diffstat (limited to 'pancake.el')
-rw-r--r--pancake.el5
1 files changed, 5 insertions, 0 deletions
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)