Sfoglia il codice sorgente

Add ielm keybind

It is difficult for me remember the term ielm...
master
10sr 5 anni fa
parent
commit
f14ae25688
Firmato da: 10sr ID Chiave GPG: C384BB17CBB19347
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el Vedi 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))



Caricamento…
Annulla
Salva