瀏覽代碼

Add ilookup keybind

master
10sr 6 年之前
父節點
當前提交
5d388ddb45
簽署人: 10sr GPG Key ID: 7BEC428194130EB2
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el 查看文件

@@ -766,6 +766,9 @@ found, otherwise returns nil."
(when (safe-require-or-eval 'flycheck)
(call-after-init 'global-flycheck-mode))

(when (autoload-eval-lazily 'ilookup)
(define-key ctl-x-map "d" 'ilookup-open-word))

(set-variable 'ac-ignore-case nil)

(when (autoload-eval-lazily 'term-run '(term-run-shell-command term-run))


Loading…
取消
儲存