Properly load ‘oni-paredit’ when ‘paredit’ is loaded
This commit is contained in:
parent
27ae68341c
commit
2cfd2013b9
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2019.0904.210729
|
;; Version: 2020.0408.110825
|
||||||
;; Package-Requires: (paredit diminish)
|
;; Package-Requires: (paredit diminish)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
(diminish 'paredit-mode)
|
(diminish 'paredit-mode)
|
||||||
|
|
||||||
;;;###autoload(with-eval-after-load 'paredit (require 'paredit))
|
;;;###autoload(with-eval-after-load 'paredit (require 'oni-paredit))
|
||||||
|
|
||||||
(provide 'oni-paredit)
|
(provide 'oni-paredit)
|
||||||
;;; oni-paredit.el ends here
|
;;; oni-paredit.el ends here
|
||||||
|
|
Loading…
Reference in a new issue