aboutsummaryrefslogtreecommitdiffstats
path: root/oni-makefile.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-makefile.el')
-rw-r--r--oni-makefile.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-makefile.el b/oni-makefile.el
index eeb7275..18030d8 100644
--- a/oni-makefile.el
+++ b/oni-makefile.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0622.221229
+;; Version: 2021.1123.002931
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -42,7 +42,5 @@
(add-hook 'makefile-mode-hook 'electric-pair-local-mode)
(add-hook 'makefile-mode-hook 'oni-makefile--auto-fill-mode)
-;;;###autoload(with-eval-after-load 'make-mode (require 'oni-makefile))
-
(provide 'oni-makefile)
;;; oni-makefile.el ends here