From 9bcfa21140b01560b3fb5eea66b7a7f1417cefec Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Fri, 26 Jan 2018 23:15:00 -0300 Subject: [PATCH] dash --- evil-collection-reftex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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