diff options
| author | jgart <jgart@dismail.de> | 2022-11-27 14:55:50 -0600 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-11-28 06:26:06 +0100 |
| commit | 0bb20a22310b36776187c8a05f11b35eb2cb41c6 (patch) | |
| tree | 725b2be28df16f45f5379ed5a18b56216d74e1c8 | |
| parent | efb67084b29030a8a6e5b30e456c92a72d153bf1 (diff) | |
gnu: Add emacs-frowny.
* gnu/packages/emacs-xyz.scm (emacs-frowny): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 35d6d87030c..89956c8901c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -5089,6 +5089,28 @@ at the current line number or active region. @code{git-link-commit} returns | |||
| 5089 | the URL for a commit. URLs are added to the kill ring.") | 5089 | the URL for a commit. URLs are added to the kill ring.") |
| 5090 | (license license:gpl3+))) | 5090 | (license license:gpl3+))) |
| 5091 | 5091 | ||
| 5092 | (define-public emacs-frowny | ||
| 5093 | (package | ||
| 5094 | (name "emacs-frowny") | ||
| 5095 | (version "0.3") | ||
| 5096 | (source | ||
| 5097 | (origin | ||
| 5098 | (method git-fetch) | ||
| 5099 | (uri (git-reference | ||
| 5100 | (url "https://github.com/duckwork/frowny.el") | ||
| 5101 | (commit (string-append "v" version)))) | ||
| 5102 | (file-name (git-file-name name version)) | ||
| 5103 | (sha256 | ||
| 5104 | (base32 "01ss3js71as1jpqcf0x9hfvapiyyhj9ni4y1n6wvqsghv5dcaiy0")))) | ||
| 5105 | (build-system emacs-build-system) | ||
| 5106 | (home-page "https://github.com/duckwork/frowny.el") | ||
| 5107 | (synopsis "Insert frownies in Emacs :(") | ||
| 5108 | (description "This package ships @code{frowny-mode}, which makes it so that | ||
| 5109 | inserting a single @code{(} when after a @code{:} will not automatically close | ||
| 5110 | the parenthesis, meaning that only @code{:(} is inserted. Works with | ||
| 5111 | @code{electric-pair-mode}, @code{paredit-mode}, and others.") | ||
| 5112 | (license license:public-domain))) | ||
| 5113 | |||
| 5092 | (define-public emacs-apache-mode | 5114 | (define-public emacs-apache-mode |
| 5093 | (package | 5115 | (package |
| 5094 | (name "emacs-apache-mode") | 5116 | (name "emacs-apache-mode") |
