aboutsummaryrefslogtreecommitdiffstats
path: root/oni-elisp.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-07-10 07:59:03 -0700
committerGravatar Tom Willemse2019-07-10 07:59:03 -0700
commitb16a0721c24add4837b367d47755a03f6ecb0b70 (patch)
tree87bf5a65be1c9ee847d120951289b4b4c119ed84 /oni-elisp.el
parentf54af96cfaf9a589f4f7b3d61e6d8e6a681bd166 (diff)
downloademacs-config-b16a0721c24add4837b367d47755a03f6ecb0b70.tar.gz
emacs-config-b16a0721c24add4837b367d47755a03f6ecb0b70.zip
Bring elisp refactor keybinding in line with other languages
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))