Make C-j do ace-jump-mode in scratch.

This commit is contained in:
Ivan Malison 2015-01-03 09:56:55 -08:00
parent 2ca6af9046
commit f97f37ecf0

View File

@ -1191,6 +1191,7 @@ marking if it still had that."
(define-key lisp-mode-shared-map (kbd "C-c o r") 'up-list-region) (define-key lisp-mode-shared-map (kbd "C-c o r") 'up-list-region)
(define-key lisp-mode-shared-map (kbd "C-c o o") 'up-list-back) (define-key lisp-mode-shared-map (kbd "C-c o o") 'up-list-back)
(define-key lisp-mode-shared-map (kbd "C-x C-e") 'eval-region-or-last-sexp) (define-key lisp-mode-shared-map (kbd "C-x C-e") 'eval-region-or-last-sexp)
(unbind-key "C-j" lisp-interaction-mode-map)
;; ============================================================================= ;; =============================================================================
;; Python ;; Python