Klimi's new dotfiles with stow.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

14 行
383 B

(define-package "ycmd" "20190416.807" "emacs bindings to the ycmd completion server"
'((emacs "24.4")
(dash "2.13.0")
(s "1.11.0")
(deferred "0.5.1")
(cl-lib "0.6.1")
(let-alist "1.0.5")
(request "0.3.0")
(request-deferred "0.3.0")
(pkg-info "0.6"))
:url "https://github.com/abingham/emacs-ycmd")
;; Local Variables:
;; no-byte-compile: t
;; End: