From 8cc5bcfccb3525d4f6d1d76ac8089295be4f4a72 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 18 Jan 2014 23:46:43 +0900 Subject: [PATCH] add ilookup func for dict_app --- emacs.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.el b/emacs.el index a6b533f..7f38995 100644 --- a/emacs.el +++ b/emacs.el @@ -2426,6 +2426,10 @@ result for that word.") (shell-command-to-string (format "alc '%s' | head -n 20" word)))) + ("app" . (lambda (word) + (shell-command-to-string + (format "dict_app '%s'" + word)))) )) (setq ilookup-default "ja")