Properly load oni-makefile
This commit is contained in:
parent
0ba8765bdd
commit
450270327a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue