emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature request: C-c C-z bindings for emacs-lisp-mode, sh-mode


From: trentbuck
Subject: feature request: C-c C-z bindings for emacs-lisp-mode, sh-mode
Date: Mon, 05 Feb 2007 11:28:42 +1100

I've had the following bindings in my .emacs for some time:

    (define-key emacs-lisp-mode-map (kbd "C-c C-z") 'ielm)
    (define-key emacs-lisp-mode-map (kbd "C-c C-l") 'load-file)
    (define-key sh-mode-map (kbd "C-c C-z") 'shell)
    (define-key dired-mode-map (kbd "C-c C-z") 'shell)

It occurs to me that some/all of these bindings might usefully be
included in Emacs.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]