summaryrefslogtreecommitdiff
path: root/paredit.el
diff options
context:
space:
mode:
Diffstat (limited to 'paredit.el')
-rw-r--r--paredit.el11
1 files changed, 11 insertions, 0 deletions
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: