summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@paredit.org>2022-11-27 14:52:41 +0000
committerTaylor R Campbell <campbell@paredit.org>2022-11-27 14:52:41 +0000
commitd700549d8aad684f1fabcfff565a9ad8b468199b (patch)
tree203c529a26c371df48485a3aaeeef202266bb139
parent568c4463dab14e999228ce72d3b35409e2132c58 (diff)
More metadata for the benefit of ELPA.
-rw-r--r--.elpaignore7
-rw-r--r--paredit.el11
2 files changed, 18 insertions, 0 deletions
diff --git a/.elpaignore b/.elpaignore
new file mode 100644
index 0000000..6d5c919
--- /dev/null
+++ b/.elpaignore
@@ -0,0 +1,7 @@
+COPYING
+CREDITS
+DESIGN
+NEWS
+check.sh
+genhtml.sh
+test.el
diff --git a/paredit.el b/paredit.el
index bbde5a0..b5f96bc 100644
--- a/paredit.el
+++ b/paredit.el
@@ -6,6 +6,7 @@
;; Version: 27beta
;; Created: 2005-07-31
;; Keywords: lisp
+;; URL: https://paredit.org
;; Paredit is free software: you can redistribute it and/or modify it
;; under the terms of the GNU General Public License as published by
@@ -25,6 +26,16 @@
;;; Latest release: https://paredit.org/paredit.el
;;; Current development version: https://paredit.org/paredit-beta.el
;;; Release notes: https://paredit.org/NEWS
+
+;;; Commentary:
+
+;; Paredit keeps your parentheses balanced while editing. Paredit Mode
+;; binds keys like `(', `)', and `"' to insert or delete parentheses
+;; and string quotes in balanced pairs as you're editing without
+;; getting in your way, augments editing keys like `C-k' to handle
+;; balanced expressions, and provides advanced commands for editing
+;; balanced expressions like splicing and joining while judiciously
+;; keeping the code you're working on indented.
;;; Install paredit by placing `paredit.el' in `/path/to/elisp', a
;;; directory of your choice, and adding to your .emacs file: