dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

vterm-pkg.el (396B)


      1 (define-package "vterm" "20211226.817" "Fully-featured terminal emulator"
      2   '((emacs "25.1"))
      3   :commit "a940dd2ee8a82684860e320c0f6d5e15d31d916f" :authors
      4   '(("Lukas Fürmetz" . "fuermetz@mailbox.org"))
      5   :maintainer
      6   '("Lukas Fürmetz" . "fuermetz@mailbox.org")
      7   :keywords
      8   '("terminals")
      9   :url "https://github.com/akermu/emacs-libvterm")
     10 ;; Local Variables:
     11 ;; no-byte-compile: t
     12 ;; End: