aboutsummaryrefslogtreecommitdiffstats
path: root/oni-elisp.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-elisp.el')
-rw-r--r--oni-elisp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-elisp.el b/oni-elisp.el
index 6ae483a..a5fc3e3 100644
--- a/oni-elisp.el
+++ b/oni-elisp.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190612234946
+;; Version: 20190710075641
;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-fci rainbow-delimiters nameless erefactor)
;; This program is free software; you can redistribute it and/or modify
@@ -45,7 +45,7 @@
(setq ielm-prompt "λ> ")
-(define-key emacs-lisp-mode-map (kbd "C-c C-v") erefactor-map)
+(define-key emacs-lisp-mode-map (kbd "C-c r") erefactor-map)
;;;###autoload
(add-to-list 'auto-mode-alist '("/Cask\\'" . emacs-lisp-mode))