summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make evil-paredit-delete-line work like paredit-kill.expez2013-12-23
| | | | | | | | | | | | | | | | Previously when we had this situation: (progn (foo) |(bar (baz))) and hit D we would get an error. Now we get this: (progn (foo) |))
* Merge pull request #8 from blandinw/masterRoman Gonzalez2013-04-08
|\ | | | | Force early key bindings
| * Force early key bindings (fix #7)Willy Blandin2013-04-08
|/
* Remove warnings from macro compilation.Roman Gonzalez2013-03-30
|
* Fix bug on function bound check.Roman Gonzalez2013-03-30
|
* Merge pull request #5 from Expez/add-bindingRoman Gonzalez2013-02-05
|\ | | | | Map 'X' to paredit-backward-delete
| * Map 'X' to paredit-backward-deleteExpez2013-01-20
| |
* | Merge pull request #4 from Expez/paredit-23Roman Gonzalez2013-02-05
|\ \ | |/ |/| Update evil-paredit to use paredit v23 instead of v22.
| * Don't break compatibility with paredit 22.Expez2013-02-05
| | | | | | | | | | Adds a check to see if the function paredit-check-region-state is defined. If it is we will rely on the old behavior.
| * Use paredit-check-region-for-delete.Expez2013-01-20
|/ | | | paredit-check-region-for-delete was added in v23 and replaces -evil-check-region.
* Merge pull request #2 from jszakmeister/fix-packaging-headerRoman Gonzalez2012-11-19
|\ | | | | Fix packaging header
| * Fix a couple of malformed lines.John Szakmeister2012-11-17
| |
| * Add a URL header.John Szakmeister2012-11-17
| | | | | | | | | | Also suggested by Steve Purcell when submitting the package to MELPA. It's not necessary, but it is nice to have.
| * Don't use the empty string for paredit's required version.John Szakmeister2012-11-17
| | | | | | | | | | This was suggested by Steve Purcell when submitting the package to MELPA.
| * Adjust the required evil version number.John Szakmeister2012-11-17
|/ | | | Evil is currently reporting 0.0.0, so use that as our minimum.
* Fixing bug on delete commands.Roman Gonzalez2012-10-14
| | | | Also adding standard Emacs comments to the evil-paredit.el file
* Updating README formatRoman Gonzalez2012-10-06
|
* Removing extra READMERoman Gonzalez2012-10-06
|
* First version of evil-pareditRoman Gonzalez2012-10-06