Bring elisp refactor keybinding in line with other languages
This commit is contained in:
parent
f54af96cfa
commit
b16a0721c2
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190612234946
|
;; Version: 20190710075641
|
||||||
;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-fci rainbow-delimiters nameless erefactor)
|
;; 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
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
(setq ielm-prompt "λ> ")
|
(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
|
;;;###autoload
|
||||||
(add-to-list 'auto-mode-alist '("/Cask\\'" . emacs-lisp-mode))
|
(add-to-list 'auto-mode-alist '("/Cask\\'" . emacs-lisp-mode))
|
||||||
|
|
Loading…
Reference in a new issue