Klimi's new dotfiles with stow.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12 строки
308 B

4 лет назад
  1. (define-package "magit" "20190802.1057" "A Git porcelain inside Emacs."
  2. '((emacs "25.1")
  3. (async "20180527")
  4. (dash "20180910")
  5. (git-commit "20181104")
  6. (transient "20190528")
  7. (with-editor "20181103"))
  8. :keywords
  9. '("git" "tools" "vc"))
  10. ;; Local Variables:
  11. ;; no-byte-compile: t
  12. ;; End: