(lisp-mode-shared-map): Bind TAB
to lisp-indent-line.
This commit is contained in:
parent
7677c808b4
commit
a25e82a815
2 changed files with 4 additions and 0 deletions
|
@ -156,6 +156,7 @@ ine-condition\\|ine-widget\\|face\\)\\s-+'?\\(\\sw\\(\\sw\\|\\s_\\)+\\)")
|
|||
|
||||
(defvar lisp-mode-shared-map
|
||||
(let ((map (make-sparse-keymap)))
|
||||
(define-key map "\t" 'lisp-indent-line)
|
||||
(define-key map "\e\C-q" 'indent-sexp)
|
||||
(define-key map "\177" 'backward-delete-char-untabify)
|
||||
;; This gets in the way when viewing a Lisp file in view-mode. As
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue