diff options
| author | Tslil Clingman <tslil.clingman@gmail.com> | 2018-07-05 21:35:51 +0200 |
|---|---|---|
| committer | Tslil Clingman <tslil.clingman@gmail.com> | 2018-07-05 21:35:51 +0200 |
| commit | 722cd00d0f76a111818a7b1afc7cf495cfd628a7 (patch) | |
| tree | ceb03202e6f16432e6e71383768b9cfa951f93c9 | |
| parent | bb9f1fae670eff53f68c47f2f2fcdcad86e7fd01 (diff) | |
Markdown != Emacs doc string
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 15 |
2 files changed, 10 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22d424e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +siege-mode.elc
\ No newline at end of file @@ -8,18 +8,21 @@ interactively. When the region is active, all input is redirected to the minibuffer and treated as a delimeter for the region. By default the input is used as the left delimeter from which the right one is derived using -`siege-left-to-right-regexs'. This may be reversed by default -(`siege-default-left') or during usage via "C-c r" in the minibuffer. +`siege-left-to-right-regexs`. This may be reversed by default +(`siege-default-left`) or during usage via "C-c r" in the minibuffer. If regexes are not desired they may be disabled via "C-c a" in the -minibuffer or by default (`siege-default-apply-regexs'). +minibuffer or by default (`siege-default-apply-regexs`). All changes are dynamically displayed in the buffer (see -`siege-preview-face') and may be committed by "SPC" or "Ret" in the +`siege-preview-face`) and may be committed by "SPC" or "Ret" in the minibuffer. -The defaults support the obvious pairings, as well as `begin <--> end' -and `left <--> right' of LaTeX fame. +The defaults support the obvious pairings, as well as `begin <--> end` +and `left <--> right` of LaTeX fame. ## Fancy GIF demo Accepting donations. +## License + +GPL v3 or later. |
