1
0
Fork 0

[oni-vterm] Remove autoload cookie

I’m trying out installing my Emacs configuration through a package manager.
This commit is contained in:
Tom Willemse 2021-05-24 20:01:04 -07:00
parent b1c7553275
commit 35c21e7f8f

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2020.1226.135830
;; Version: 2021.0524.200055
;; Package-Requires: (vterm)
;; This program is free software; you can redistribute it and/or modify
@ -36,7 +36,5 @@
(setq vterm-buffer-name-string "*vterm* %s")
;;;###autoload(with-eval-after-load 'vterm (require 'oni-vterm))
(provide 'oni-vterm)
;;; oni-vterm.el ends here