Quellcode durchsuchen

Add sdcv dict for ilookup

pull/15/head
10sr vor 9 Jahren
Ursprung
Commit
0cd9251c88
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Datei anzeigen

@@ -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'"


Laden…
Abbrechen
Speichern