1
0
Fork 0

Fix autoloading ‘oni-vterm’

This commit is contained in:
Tom Willemse 2020-12-18 00:23:20 -08:00
parent 00898a0138
commit 609845a8f6

View file

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