From 35c21e7f8fa44918c46e1a8eece889465a0dee6e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 24 May 2021 20:01:04 -0700 Subject: [oni-vterm] Remove autoload cookie I’m trying out installing my Emacs configuration through a package manager. --- oni-vterm.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'oni-vterm.el') diff --git a/oni-vterm.el b/oni-vterm.el index 5c618bc..d2f6d5a 100644 --- a/oni-vterm.el +++ b/oni-vterm.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; 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 -- cgit v1.2.3-54-g00ecf