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.

12 satır
334 B

4 yıl önce
  1. (define-package "company" "20190430.1852" "Modular text completion framework"
  2. '((emacs "24.3"))
  3. :keywords
  4. '("abbrev" "convenience" "matching")
  5. :authors
  6. '(("Nikolaj Schumacher"))
  7. :maintainer
  8. '("Dmitry Gutov" . "dgutov@yandex.ru")
  9. :url "http://company-mode.github.io/")
  10. ;; Local Variables:
  11. ;; no-byte-compile: t
  12. ;; End: