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: