1
0
Fork 0

Bring elisp refactor keybinding in line with other languages

This commit is contained in:
Tom Willemse 2019-07-10 07:59:03 -07:00
parent f54af96cfa
commit b16a0721c2

View file

@ -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))