Load oni-elisp when elisp-mode
This commit is contained in:
parent
e5f4de17fd
commit
11b56cdd1a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue