1
0
Fork 0

Properly load oni-makefile

This commit is contained in:
Tom Willemse 2019-02-28 21:48:32 -08:00
parent 0ba8765bdd
commit 450270327a

View file

@ -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