[oni-vterm] Remove autoload cookie
I’m trying out installing my Emacs configuration through a package manager.
This commit is contained in:
parent
b1c7553275
commit
35c21e7f8f
1 changed files with 1 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.1226.135830
|
;; Version: 2021.0524.200055
|
||||||
;; 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,7 +36,5 @@
|
||||||
|
|
||||||
(setq vterm-buffer-name-string "*vterm* %s")
|
(setq vterm-buffer-name-string "*vterm* %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