diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2021-03-17 18:55:05 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2021-03-17 18:55:05 +0300 |
| commit | 676f5211cf9e69776265fda8df946ceabc51ef77 (patch) | |
| tree | e69efa75b441a9bb244de3395f05de5b51c1b995 | |
| parent | gnu: Add emacs-kotlin-mode. (diff) | |
| download | guix-wigust-676f5211cf9e69776265fda8df946ceabc51ef77.tar.gz | |
Revert "gnu: Add emacs-kotlin-mode."
This reverts commit 6101208741f0fbd64646966a161ff32ddb4a0cff.
| -rw-r--r-- | guix/wigust/packages/emacs.scm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/guix/wigust/packages/emacs.scm b/guix/wigust/packages/emacs.scm index 1d1abdf..1804ac8 100644 --- a/guix/wigust/packages/emacs.scm +++ b/guix/wigust/packages/emacs.scm @@ -1717,24 +1717,3 @@ and InfluxDB.") "Dumb indentation mode is appropriate for editing buffers that Emacs does not fully understand syntactically") (license license:gpl3+))) - -(define-public emacs-kotlin-mode - (let ((commit "0e4bafb31d1fc2a0a420a521c2723d5526646c0b") - (revision "1")) - (package - (name "emacs-kotlin-mode") - (version (git-version "0.0.1" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Emacs-Kotlin-Mode-Maintainers/kotlin-mode") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09inpgwmnnqaakyn4r4xs8kax8b89dw94kvl521x6d43h9zl5i70")))) - (build-system emacs-build-system) - (home-page "https://github.com/Emacs-Kotlin-Mode-Maintainers/kotlin-mode") - (synopsis "Major mode for kotlin") - (description "This package provides an Emacs major mode for Kotlin.") - (license license:gpl3+)))) |
