瀏覽代碼

Add ielm keybind

It is difficult for me remember the term ielm...
master
10sr 5 年之前
父節點
當前提交
f14ae25688
簽署人: 10sr GPG 金鑰 ID: 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))



Loading…
取消
儲存