Ver a proveniência

Add ilookup keybind

master
10sr há 6 anos
ascendente
cometimento
5d388ddb45
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 3 adições e 0 eliminações
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el Ver ficheiro

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