From 83b806558d96d8839abae26c00d7aec2efd88bb5 Mon Sep 17 00:00:00 2001 From: Thanh Vuong Date: Tue, 3 Sep 2019 12:00:59 -0600 Subject: interactive to hnreader-back so spacemacs key binding to it can work --- hnreader.el | 1 + 1 file changed, 1 insertion(+) (limited to 'hnreader.el') 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 -- cgit v1.2.3