aboutsummaryrefslogtreecommitdiffstats
path: root/oni-paredit.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-27 21:06:46 -0700
committerGravatar Tom Willemse2021-07-27 21:06:46 -0700
commit146f5cfccac0b2f8c08f6c005f1e526dcb79f598 (patch)
tree0fa4b8102ff8cd3a8a1ce9af30454a97dc9da6a7 /oni-paredit.el
parent3b65ae5748195e8025f21be80535b204a5720e0a (diff)
downloademacs-config-146f5cfccac0b2f8c08f6c005f1e526dcb79f598.tar.gz
emacs-config-146f5cfccac0b2f8c08f6c005f1e526dcb79f598.zip
Move loading for ‘oni-clojure’ and required packages into ‘oni-core’
Diffstat (limited to 'oni-paredit.el')
-rw-r--r--oni-paredit.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-paredit.el b/oni-paredit.el
index f25bc3c..3e381b1 100644
--- a/oni-paredit.el
+++ b/oni-paredit.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0408.111251
+;; Version: 2021.0727.210320
;; Package-Requires: (paredit diminish)
;; This program is free software; you can redistribute it and/or modify
@@ -30,7 +30,5 @@
(with-eval-after-load 'paredit (diminish 'paredit-mode))
-;;;###autoload(with-eval-after-load 'paredit (require 'oni-paredit))
-
(provide 'oni-paredit)
;;; oni-paredit.el ends here