소스 검색

Add sdcv dict for ilookup

pull/15/head
10sr 9 년 전
부모
커밋
0cd9251c88
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      emacs.el

+ 4
- 0
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'"


불러오는 중...
취소
저장