Przeglądaj źródła

Add ilookup keybind

master
10sr 8 lat temu
rodzic
commit
5d388ddb45
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 3 dodań i 0 usunięć
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el Wyświetl plik

@@ -766,6 +766,9 @@ found, otherwise returns nil."
(when (safe-require-or-eval 'flycheck) (when (safe-require-or-eval 'flycheck)
(call-after-init 'global-flycheck-mode)) (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) (set-variable 'ac-ignore-case nil)


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


Ładowanie…
Anuluj
Zapisz