Klimi's new dotfiles with stow.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

13 wiersze
341 B

4 lat temu
  1. (define-package "hydra" "20191125.955" "Make bindings that stick around."
  2. '((cl-lib "0.5")
  3. (lv "0"))
  4. :keywords
  5. '("bindings")
  6. :authors
  7. '(("Oleh Krehel" . "ohwoeowho@gmail.com"))
  8. :maintainer
  9. '("Oleh Krehel" . "ohwoeowho@gmail.com")
  10. :url "https://github.com/abo-abo/hydra")
  11. ;; Local Variables:
  12. ;; no-byte-compile: t
  13. ;; End: