diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-03-21 14:58:09 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-03-21 15:09:10 +0300 |
| commit | 71cef3a4eb0b3333d155575071f104b350a8d52a (patch) | |
| tree | 0c15a4cc9d2cc215314f2676985bb78a23bda616 | |
| parent | wigust: emacs-company-tern: Polish. (diff) | |
| download | guix-wigust-71cef3a4eb0b3333d155575071f104b350a8d52a.tar.gz | |
wigust: emacs-discover-my-major: Polish.
* wigust/packages/emacs.scm (emacs-discover-my-major): Polish.
| -rw-r--r-- | wigust/packages/emacs.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/wigust/packages/emacs.scm b/wigust/packages/emacs.scm index 3fa5cd3..b29739f 100644 --- a/wigust/packages/emacs.scm +++ b/wigust/packages/emacs.scm @@ -224,11 +224,10 @@ editor with athena toolkit" ) (build-system emacs-build-system) (propagated-inputs `(("emacs-makey" ,emacs-makey))) - (home-page - "https://github.com/steckerhalter/discover-my-major") + (home-page "https://github.com/steckerhalter/discover-my-major") (synopsis "Discover key bindings for the current Emacs major mode") - (description - "Discover key bindings and their meaning for the current Emacs major mode ") + (description "This package provides allows to discover key bindings and +their meaning for the current Emacs major-mode.") (license license:gpl3+))) (define-public emacs-dumb-jump |
