Add oni-paredit
This commit is contained in:
parent
f2df84c819
commit
82f2ebebf5
5 changed files with 44 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
36
oni-paredit.el
Normal file
36
oni-paredit.el
Normal file
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue