Skip to content

Commit

Permalink
(lisp-mode-shared-map): Bind TAB
Browse files Browse the repository at this point in the history
to lisp-indent-line.
  • Loading branch information
Gerd Moellmann committed Jul 6, 2001
1 parent a565449 commit ab78132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/emacs-lisp/lisp-mode.el
Expand Up @@ -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
Expand Down

0 comments on commit ab78132

Please sign in to comment.