Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [fix]HEADmaster | Oscar Najera | 11 days | 1 | -7/+6 |
| | |||||
* | [fix] defun region to string for eval & expand | Oscar Najera | 2024-09-10 | 1 | -2/+8 |
| | |||||
* | Migration to SLY | Oscar Najera | 2023-03-01 | 1 | -66/+41 |
| | |||||
* | Merge pull request #4 from synchromesh/trident-eval-buffer/slime-remove-edits | John Mastro | 2019-04-10 | 1 | -1/+4 |
|\ | | | | | Added slime-remove-edits to trident-eval-buffer. | ||||
| * | Added slime-remove-edits to trident-eval-buffer. | John Pallister | 2019-04-03 | 1 | -4/+27 |
| | | |||||
* | | Added trident-eval-print-last-expression. (#3) | John Pallister | 2019-04-10 | 1 | -3/+23 |
|/ | | | | * Added trident-eval-print-last-expression. | ||||
* | Remove redundant lexical-binding at end of file | John Mastro | 2019-03-29 | 1 | -1/+0 |
| | |||||
* | Make trident-eval-dwim interactive | John Mastro | 2019-03-29 | 1 | -0/+1 |
| | |||||
* | Update README to reflect availability on MELPA | John Mastro | 2013-07-26 | 2 | -80/+86 |
| | |||||
* | Fix package-requires | John Mastro | 2013-07-24 | 1 | -1/+1 |
| | | | | | Add (emacs "24") dependency for lexical-binding, and fix SLIME version format. | ||||
* | Get ready to list this thing on MELPA | John Mastro | 2013-07-24 | 2 | -6/+170 |
| | |||||
* | Load skewer-mode automatically | John Mastro | 2013-07-24 | 2 | -7/+4 |
| | | | | | | Asking users to load it themselves isn't justified given that a majority of (maybe all) users will want to use it and it's a stated dependency anyway. | ||||
* | Remove use of s.el in README | John Mastro | 2013-07-24 | 1 | -1/+1 |
| | | | | | Since s.el is no longer a dependency it doesn't make sense to assume people have it. | ||||
* | Add discussion of getting connected with Skewer | John Mastro | 2013-07-23 | 1 | -4/+13 |
| | |||||
* | Upcase the README per convention | John Mastro | 2013-07-23 | 1 | -0/+0 |
| | |||||
* | Add unlicense | John Mastro | 2013-07-23 | 2 | -1/+25 |
| | |||||
* | Rename to trident-mode and so some cleaning | John Mastro | 2013-07-23 | 2 | -211/+197 |
| | |||||
* | Add sps-call-with-expansion and sps-with-expansion | John Mastro | 2013-07-22 | 1 | -32/+53 |
| | |||||
* | Some more commands | John Mastro | 2013-07-20 | 2 | -25/+44 |
| | | | | | | Add a couple expansion buffer commands (for copying to the kill ring and saving the expansion) and sps-compile-buffer-to-file which does pretty much as the name says. | ||||
* | Fix incorrect identifier quoting in docstrings | John Mastro | 2013-07-20 | 1 | -16/+16 |
| | |||||
* | A scratch buffer and slime-selector integration | John Mastro | 2013-07-20 | 2 | -16/+86 |
| | |||||
* | Change optional key binding arrangement | John Mastro | 2013-07-19 | 2 | -33/+80 |
| | | | | | | | | | Remove function for shadowing SLIME's keys, just mention it in the README as an option. I don't think it would be a popular approach. Add sps-add-keys-with-prefix for adding key bindings for all commands behind a user-specified prefix. This seems like a more useful approach. | ||||
* | Initial commit | John Mastro | 2013-07-17 | 3 | -0/+374 |