Bläddra i källkod

Add ilookup keybind

master
10sr 6 år sedan
förälder
incheckning
5d388ddb45
Signerad av: 10sr GPG-nyckel ID: 7BEC428194130EB2
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el Visa fil

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


Laddar…
Avbryt
Spara