From 11b56cdd1aaf63f3a46a4feff75168f506ca4784 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 13 Feb 2019 22:58:29 -0800 Subject: Load oni-elisp when elisp-mode --- oni-elisp.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ;; 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 -- cgit v1.3-2-g0d8e