help-gnu-emacs
[Top][All Lists]
Advanced

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

Keybinding excluding specific modes


From: uzibalqa
Subject: Keybinding excluding specific modes
Date: Mon, 29 Aug 2022 20:37:49 +0000

Whilst I can set a keybinding according to mode (e.g. emacs-lisp-mode-map)

 (define-key emacs-lisp-mode-map (kbd "H-e") #'eval-last-sexp)

how can I use the same key combination for eval-last-sexp when not in lisp type 
modes?



reply via email to

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