From d700549d8aad684f1fabcfff565a9ad8b468199b Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 27 Nov 2022 14:52:41 +0000 Subject: More metadata for the benefit of ELPA. --- .elpaignore | 7 +++++++ paredit.el | 11 +++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .elpaignore 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: -- cgit v1.2.1