diff options
| -rw-r--r-- | oni-elisp.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-elisp.el b/oni-elisp.el index ac06d36..d3b0313 100644 --- a/oni-elisp.el +++ b/oni-elisp.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 20190213223220 +;; Version: 20190213225638 ;; Package-Requires: (oni-company oni-flycheck paredit rainbow-delimiters nameless fill-column-indicator) ;; This program is free software; you can redistribute it and/or modify @@ -33,5 +33,7 @@ (add-hook 'emacs-lisp-mode-hook 'nameless-mode) (add-hook 'emacs-lisp-mode-hook 'fci-mode) +;;;###autoload(with-eval-after-load 'elisp-mode (require 'oni-elisp)) + (provide 'oni-elisp) ;;; oni-elisp.el ends here |
