aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-clojure.el4
-rw-r--r--oni-common-lisp.el4
-rw-r--r--oni-elisp.el4
-rw-r--r--oni-paredit.el36
-rw-r--r--oni-scheme.el4
5 files changed, 44 insertions, 8 deletions
diff --git a/oni-clojure.el b/oni-clojure.el
index 87785e1..313d28e 100644
--- a/oni-clojure.el
+++ b/oni-clojure.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190227232633
-;; Package-Requires: (clojure-mode cider clojure-mode-extra-font-locking paredit rainbow-delimiters oni-data-dir)
+;; Version: 20190304235903
+;; Package-Requires: (clojure-mode cider clojure-mode-extra-font-locking oni-paredit rainbow-delimiters oni-data-dir)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/oni-common-lisp.el b/oni-common-lisp.el
index 2430635..d1d4f7c 100644
--- a/oni-common-lisp.el
+++ b/oni-common-lisp.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190226005649
-;; Package-Requires: (oni-company oni-flycheck paredit rainbow-delimiters slime slime-company)
+;; Version: 20190304235917
+;; Package-Requires: (oni-company oni-flycheck oni-paredit rainbow-delimiters slime slime-company)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/oni-elisp.el b/oni-elisp.el
index ea094cf..cbe1f73 100644
--- a/oni-elisp.el
+++ b/oni-elisp.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190304233629
-;; Package-Requires: (oni-company oni-flycheck paredit rainbow-delimiters nameless fill-column-indicator erefactor)
+;; Version: 20190304235831
+;; Package-Requires: (oni-company oni-flycheck oni-paredit rainbow-delimiters nameless fill-column-indicator erefactor)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/oni-paredit.el b/oni-paredit.el
new file mode 100644
index 0000000..d07d0b8
--- /dev/null
+++ b/oni-paredit.el
@@ -0,0 +1,36 @@
+;;; oni-paredit.el --- Paredit configuration -*- lexical-binding: t; -*-
+
+;; Copyright (C) 2019 Tom Willemse
+
+;; Author: Tom Willemse <tom@ryuslash.org>
+;; Keywords: local
+;; Version: 20190304235802
+;; Package-Requires: (paredit diminish)
+
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;; Paredit configuration.
+
+;;; Code:
+
+(require 'diminish)
+
+(diminish 'paredit-mode)
+
+;;;###autoload(with-eval-after-load 'paredit (require 'paredit))
+
+(provide 'oni-paredit)
+;;; oni-paredit.el ends here
diff --git a/oni-scheme.el b/oni-scheme.el
index 56ab062..8066bf8 100644
--- a/oni-scheme.el
+++ b/oni-scheme.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190226224653
-;; Package-Requires: (oni-company paredit rainbow-delimiters fill-column-indicator)
+;; Version: 20190304235839
+;; Package-Requires: (oni-company oni-paredit rainbow-delimiters fill-column-indicator)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by