Ver código fonte

Add ilookup keybind

master
10sr 6 anos atrás
pai
commit
5d388ddb45
Acessado por: 10sr ID da chave GPG: 7BEC428194130EB2
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el Ver arquivo

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


Carregando…
Cancelar
Salvar