Переглянути джерело

Add ielm keybind

It is difficult for me remember the term ielm...
master
10sr 5 роки тому
джерело
коміт
f14ae25688
Підписано: 10sr Ідентифікатор GPG ключа: C384BB17CBB19347
1 змінених файлів з 3 додано та 0 видалено
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el Переглянути файл

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



Завантаження…
Відмінити
Зберегти