Browse Source

Add ielm keybind

It is difficult for me remember the term ielm...
master
10sr 5 years ago
parent
commit
f14ae25688
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el View File

@@ -328,6 +328,9 @@ found, otherwise returns nil."
(global-set-key (kbd "<eisu-toggle>") 'ignore)
(global-set-key (kbd "C-<eisu-toggle>") 'ignore)

;; Interactively evaluate Emacs Lisp expressions
(define-key ctl-x-map "i" 'ielm)

(when (safe-require-or-eval 'which-key)
(which-key-mode))



Loading…
Cancel
Save