aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanh Vuong <thanhvg@gmail.com>2019-09-03 12:00:59 -0600
committerThanh Vuong <thanhvg@gmail.com>2019-09-03 12:00:59 -0600
commit83b806558d96d8839abae26c00d7aec2efd88bb5 (patch)
treec989289526d74fc338273a2472ab47abf5c578b7
parent6df795e121ef7dd2cc062890dae1e8962a11b46d (diff)
interactive to hnreader-back
so spacemacs key binding to it can work
-rw-r--r--hnreader.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/hnreader.el b/hnreader.el
index 92e67ed..63c709f 100644
--- a/hnreader.el
+++ b/hnreader.el
@@ -90,6 +90,7 @@ third one is 80.")
;;;###autoload
(defun hnreader-back ()
"Go back to previous location in history."
+ (interactive)
(let ((link (nth 1 hnreader--history)))
(if link
(progn