aboutsummaryrefslogtreecommitdiffstats
path: root/oni-makefile.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-28 21:48:32 -0800
committerGravatar Tom Willemse2019-02-28 21:48:32 -0800
commit450270327a05d6e4a5c09f121dc576cc1bb06a29 (patch)
tree4d2915532f4e371fb617a5a497d0896d568f0c88 /oni-makefile.el
parent0ba8765bdd1389a1739b4024052c887810bac2b6 (diff)
downloademacs-config-450270327a05d6e4a5c09f121dc576cc1bb06a29.tar.gz
emacs-config-450270327a05d6e4a5c09f121dc576cc1bb06a29.zip
Properly load oni-makefile
Diffstat (limited to 'oni-makefile.el')
-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