Klimi's new dotfiles with stow.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

14 řádky
383 B

před 4 roky
  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: