me
/
guix
Archived
1
0
Fork 0

gnu: emacs-keyfreq: Adjust indentation.

* gnu/packages/emacs-xyz.scm (emacs-keyfreq): Adjust indentation.
master
Brett Gilio 2019-12-27 19:35:56 -06:00
parent ff9aa63dac
commit 7f03fa9b21
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE
1 changed files with 7 additions and 7 deletions

View File

@ -2249,13 +2249,13 @@ running Extempore process, and more.")
(name "emacs-keyfreq")
(version "20160516.716")
(source
(origin
(method url-fetch)
(uri (string-append "http://melpa.org/packages/keyfreq-"
version ".el"))
(sha256
(base32
"008hd7d06qskc3mx0bbdgpgy2pwxr8185fzlyqf9qjg49y74p6g8"))))
(origin
(method url-fetch)
(uri (string-append "http://melpa.org/packages/keyfreq-"
version ".el"))
(sha256
(base32
"008hd7d06qskc3mx0bbdgpgy2pwxr8185fzlyqf9qjg49y74p6g8"))))
(build-system emacs-build-system)
(home-page "https://github.com/dacap/keyfreq")
(synopsis "Track Emacs command frequencies")