Klimi's new dotfiles with stow.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

14 satır
383 B

4 yıl önce
  1. (define-package "ycmd" "20190416.807" "emacs bindings to the ycmd completion server"
  2. '((emacs "24.4")
  3. (dash "2.13.0")
  4. (s "1.11.0")
  5. (deferred "0.5.1")
  6. (cl-lib "0.6.1")
  7. (let-alist "1.0.5")
  8. (request "0.3.0")
  9. (request-deferred "0.3.0")
  10. (pkg-info "0.6"))
  11. :url "https://github.com/abingham/emacs-ycmd")
  12. ;; Local Variables:
  13. ;; no-byte-compile: t
  14. ;; End: