Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
10sr
/
dotfiles-mirror
mirror da
https://github.com/10sr/dotfiles.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Add sdcv dict for ilookup
pull/15/head
10sr
9 anni fa
parent
73a2df2b5b
commit
0cd9251c88
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-0
emacs.el
+ 4
- 0
emacs.el
Vedi File
@@ -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'"
Scrivi
Anteprima
Caricamento…
Annulla
Salva