summaryrefslogtreecommitdiff
path: root/evil-collection-reftex.el
diff options
context:
space:
mode:
authorMaximiliano Sandoval <msandova@protonmail.com>2018-01-26 23:15:00 -0300
committerJames N <james@jojojames.com>2018-01-26 18:25:53 -0800
commit9bcfa21140b01560b3fb5eea66b7a7f1417cefec (patch)
tree2910acda3b40dc59b9d92f0570731ea7f12586c2 /evil-collection-reftex.el
parent8a9507712070948b526ad83338587897e008879f (diff)
dash
Diffstat (limited to 'evil-collection-reftex.el')
-rw-r--r--evil-collection-reftex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-collection-reftex.el b/evil-collection-reftex.el
index 8940570..22ad4b4 100644
--- a/evil-collection-reftex.el
+++ b/evil-collection-reftex.el
@@ -81,7 +81,7 @@
(kbd "gj") 'reftex-select-next-heading
(kbd "gk") 'reftex-select-previous-heading
(kbd "C-j") 'reftex-select-next-heading
- (kbd "Ck") 'reftex-select-previous-heading
+ (kbd "C-k") 'reftex-select-previous-heading
"go" 'reftex-select-callback ;shows the point where the label is
"gr" (lambda nil "Press `?' during selection to find out
about this key" (interactive) (throw (quote myexit) 114)) ;reftex binds keys in a very arcane way using the number asigned by describe-char, in this case the value of "g" is 114