diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-20 16:59:09 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-20 16:59:09 -0200 |
commit | abaad8b3c57355be672e13a2f5cdff3d651e91d0 (patch) | |
tree | a7ddc5bc9e52e5eca25703aa4d2097af781815be /sx-question-mode.el | |
parent | 8d1c9e8a29e890d1d37c5caa649a0861b1621bfa (diff) |
Refactor sx-visit to sx-visit-externally
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index b376616..807eeea 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -224,7 +224,7 @@ Letters do not insert themselves; instead, they are commands. ("p" sx-question-mode-previous-section) ("g" sx-question-mode-refresh) ("c" sx-comment) - ("v" sx-visit) + ("v" sx-visit-externally) ("u" sx-toggle-upvote) ("d" sx-toggle-downvote) ("q" quit-window) |