Fix autoloading ‘oni-vterm’
This commit is contained in:
parent
00898a0138
commit
609845a8f6
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.1212.215018
|
;; Version: 2020.1218.002142
|
||||||
;; Package-Requires: (vterm)
|
;; Package-Requires: (vterm)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -36,5 +36,7 @@
|
||||||
|
|
||||||
(setq vterm-buffer-name-string "%s")
|
(setq vterm-buffer-name-string "%s")
|
||||||
|
|
||||||
|
;;;###autoload(with-eval-after-load 'vterm (require 'oni-vterm))
|
||||||
|
|
||||||
(provide 'oni-vterm)
|
(provide 'oni-vterm)
|
||||||
;;; oni-vterm.el ends here
|
;;; oni-vterm.el ends here
|
||||||
|
|
Loading…
Reference in a new issue