This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add sdcv dict for ilookup
pull/15/head
10sr
9 years ago
parent
73a2df2b5b
commit
0cd9251c88
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
emacs.el
+ 4
- 0
emacs.el
View File
@@ -1584,6 +1584,10 @@ IF OK-IF-ALREADY-EXISTS is true force download."
'(ilookup-open)
'(ilookup-open)
(setq ilookup-dict-alist
(setq ilookup-dict-alist
'(
'(
("sdcv" . (lambda (word)
(shell-command-to-string
(format "sdcv -n '%s'"
word))))
("en" . (lambda (word)
("en" . (lambda (word)
(shell-command-to-string
(shell-command-to-string
(format "sdcv -n -u dictd_www.dict.org_gcide '%s'"
(format "sdcv -n -u dictd_www.dict.org_gcide '%s'"
Write
Preview
Loading…
Cancel
Save