From 450270327a05d6e4a5c09f121dc576cc1bb06a29 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 28 Feb 2019 21:48:32 -0800 Subject: Properly load oni-makefile --- oni-makefile.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'oni-makefile.el') 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 ;; 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 -- cgit v1.2.3-54-g00ecf