Added emacs starter kit.

This commit is contained in:
2013-03-24 12:56:49 -07:00
parent 82103ae761
commit 58a9a9d0ba
39 changed files with 5589 additions and 18 deletions

View File

@@ -0,0 +1,35 @@
;;; paredit-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (paredit-mode) "paredit" "paredit.el" (20815 21545
;;;;;; 0 0))
;;; Generated autoloads from paredit.el
(autoload 'paredit-mode "paredit" "\
Minor mode for pseudo-structurally editing Lisp code.
With a prefix argument, enable Paredit Mode even if there are
imbalanced parentheses in the buffer.
Paredit behaves badly if parentheses are imbalanced, so exercise
caution when forcing Paredit Mode to be enabled, and consider
fixing imbalanced parentheses instead.
\\<paredit-mode-map>
\(fn &optional ARG)" t nil)
;;;***
;;;### (autoloads nil nil ("paredit-pkg.el") (20815 21545 400291
;;;;;; 0))
;;;***
(provide 'paredit-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; paredit-autoloads.el ends here

View File

@@ -0,0 +1 @@
(define-package "paredit" "22" "minor mode for editing parentheses -*- Mode: Emacs-Lisp -*-" (quote nil))

2541
elpa/paredit-22/paredit.el Normal file

File diff suppressed because it is too large Load Diff