Explorar el Código

add alc function

pull/1/head
10sr hace 10 años
padre
commit
d28b257360
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Ver fichero

@@ -2422,6 +2422,10 @@ result for that word.")
(shell-command-to-string
(format "sdcv -n -u jmdict-en-ja '%s'"
word))))
("alc" . (lambda (word)
(shell-command-to-string
(format "alc '%s' | head -n 20"
word))))
))

(setq ilookup-default "ja")


Cargando…
Cancelar
Guardar