diff --git a/emacs.el b/emacs.el index 0644e3d..293781a 100644 --- a/emacs.el +++ b/emacs.el @@ -328,6 +328,9 @@ found, otherwise returns nil." (global-set-key (kbd "") 'ignore) (global-set-key (kbd "C-") 'ignore) +;; Interactively evaluate Emacs Lisp expressions +(define-key ctl-x-map "i" 'ielm) + (when (safe-require-or-eval 'which-key) (which-key-mode))