Ver código fonte

Add ielm keybind

It is difficult for me remember the term ielm...
master
10sr 5 anos atrás
pai
commit
f14ae25688
Acessado por: 10sr ID da chave GPG: C384BB17CBB19347
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el Ver arquivo

@@ -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))



Carregando…
Cancelar
Salvar