aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-makefile.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-makefile.el b/oni-makefile.el
index e4ed5ee..81a1bf6 100644
--- a/oni-makefile.el
+++ b/oni-makefile.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190228212619
+;; Version: 20190228214104
;; Package-Requires: (fill-column-indicator)
;; This program is free software; you can redistribute it and/or modify
@@ -37,5 +37,7 @@
(add-hook 'makefile-mode-hook 'electric-pair-local-mode)
(add-hook 'makefile-mode-hook 'fci-mode)
+;;;###autoload(with-eval-after-load 'make-mode (require 'oni-makefile))
+
(provide 'oni-makefile)
;;; oni-makefile.el ends here