diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2017-12-28 13:57:15 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2017-12-28 13:57:32 +0300 |
| commit | 22ddb7e64c25fcfcef6f287c39eb05fa58675c51 (patch) | |
| tree | 5c4c2729e271f65780d7c1f7a542ac742703e74d | |
| parent | wigust: Update emacs-guix-checkout to 0.3.3-1.cacfb7c. (diff) | |
| download | guix-wigust-22ddb7e64c25fcfcef6f287c39eb05fa58675c51.tar.gz | |
wigust: Add emacs-rsw-elisp.
* wigust/packages/emacs.scm (emacs-rsw-elisp): New variable.
| -rw-r--r-- | wigust/packages/emacs.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/wigust/packages/emacs.scm b/wigust/packages/emacs.scm index f69eb8f..ae7984e 100644 --- a/wigust/packages/emacs.scm +++ b/wigust/packages/emacs.scm @@ -2912,3 +2912,25 @@ major or minor mode. Hitting @code{RET} enables the mode, @code{C-z} shows the mode documentation.") (license license:gpl3+))) + +(define-public emacs-rsw-elisp + (package + (name "emacs-rsw-elisp") + (version "1.0.5") + (source (origin + (method url-fetch) + (uri (string-append "https://github.com/rswgnu/rsw-elisp" + "/archive/" version ".tar.gz")) + + (sha256 + (base32 + "1jnn7xfwl3wxc87v44ccsf1wwp80par3xgcvfb1icd6zchjmlcps")))) + (build-system emacs-build-system) + (home-page "https://github.com/rswgnu/rsw-elisp") + (synopsis "Improved expressions that interactively evaluate Emacs Lisp") + (description "This package improves and replaces the GNU Emacs commands +that interactively evaluate Emacs Lisp expressions. The new commands replace +standard key bindings and are all prefixed with rsw-elisp-. They work the +same way as the old commands when called non-interactively; only the +interactive behavior should be different.") + (license license:gpl3+))) |
