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.

13 satır
343 B

4 yıl önce
  1. (define-package "transient" "20190630.1359" "Transient commands"
  2. '((emacs "25.1")
  3. (dash "2.15.0"))
  4. :keywords
  5. '("bindings")
  6. :authors
  7. '(("Jonas Bernoulli" . "jonas@bernoul.li"))
  8. :maintainer
  9. '("Jonas Bernoulli" . "jonas@bernoul.li")
  10. :url "https://github.com/magit/transient")
  11. ;; Local Variables:
  12. ;; no-byte-compile: t
  13. ;; End: