From f10c16cfddab2a363eaf2e36bc81b40a0dae39b1 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 28 Oct 2017 12:52:59 -0400 Subject: Add missing prefix map This should have been added with 522a5960. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 92c1dfb..38c3ce6 100644 --- a/init.el +++ b/init.el @@ -83,6 +83,7 @@ (define-prefix-command 'km/org-prefix-map) (define-prefix-command 'km/projectile-ctl-x-4-map) (define-prefix-command 'km/python-prefix-map) +(define-prefix-command 'km/r-prefix-map) (define-prefix-command 'km/gnus-article-prefix-map) -- cgit v1.2.3