From 0cd9251c88d8554449e57583939b15de97f12478 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 20 Sep 2015 00:12:21 +0900 Subject: [PATCH] Add sdcv dict for ilookup --- emacs.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.el b/emacs.el index a108396..95b0bcc 100644 --- a/emacs.el +++ b/emacs.el @@ -1584,6 +1584,10 @@ IF OK-IF-ALREADY-EXISTS is true force download." '(ilookup-open) (setq ilookup-dict-alist '( + ("sdcv" . (lambda (word) + (shell-command-to-string + (format "sdcv -n '%s'" + word)))) ("en" . (lambda (word) (shell-command-to-string (format "sdcv -n -u dictd_www.dict.org_gcide '%s'"