gnu: emacs-god-mode: Update to 2.17.0.
* gnu/packages/emacs-xyz.scm (emacs-god-mode): Update to 2.17.0.
This commit is contained in:
		
							parent
							
								
									52adfeaed4
								
							
						
					
					
						commit
						5f7b17a6e1
					
				
					 1 changed files with 19 additions and 22 deletions
				
			
		|  | @ -5160,31 +5160,28 @@ linting of manifests and integration with Puppet Debugger.") | ||||||
|       (license license:gpl3+)))) |       (license license:gpl3+)))) | ||||||
| 
 | 
 | ||||||
| (define-public emacs-god-mode | (define-public emacs-god-mode | ||||||
|   (let ((commit "6cf0807b6555eb6fcf8387a4e3b667071ef38964") |   (package | ||||||
|         (revision "1")) |     (name "emacs-god-mode") | ||||||
|     (package |     (version "2.17.0") | ||||||
|       (name "emacs-god-mode") |     (source | ||||||
|       (version (string-append "20151005.925." |      (origin | ||||||
|                               revision "-" (string-take commit 9))) |        (method git-fetch) | ||||||
|       (source |        (uri (git-reference | ||||||
|        (origin |              (url "https://github.com/chrisdone/god-mode.git") | ||||||
|          (method git-fetch) |              (commit version))) | ||||||
|          (uri (git-reference |        (file-name (git-file-name name version)) | ||||||
|                (url "https://github.com/chrisdone/god-mode.git") |        (sha256 | ||||||
|                (commit commit))) |         (base32 | ||||||
|          (file-name (git-file-name name version)) |          "1d2nrj35fzhnycchi0b7m5mbk5fyq7bgpbkkvc5xzqafclrsnapi")))) | ||||||
|          (sha256 |     (build-system emacs-build-system) | ||||||
|           (base32 |     (home-page "https://github.com/chrisdone/god-mode") | ||||||
|            "1am415k4xxcva6y3vbvyvknzc6bma49pq3p85zmpjsdmsp18qdix")))) |     (synopsis "Minor mode for entering commands without modifier keys") | ||||||
|       (build-system emacs-build-system) |     (description | ||||||
|       (home-page "https://github.com/chrisdone/god-mode") |      "This package provides a global minor mode for entering Emacs commands | ||||||
|       (synopsis "Minor mode for entering commands without modifier keys") |  | ||||||
|       (description |  | ||||||
|        "This package provides a global minor mode for entering Emacs commands |  | ||||||
| without modifier keys.  It's similar to Vim's separation of commands and | without modifier keys.  It's similar to Vim's separation of commands and | ||||||
| insertion mode.  When enabled all keys are implicitly prefixed with | insertion mode.  When enabled all keys are implicitly prefixed with | ||||||
| @samp{C-} (among other helpful shortcuts).") | @samp{C-} (among other helpful shortcuts).") | ||||||
|       (license license:gpl3+)))) |     (license license:gpl3+))) | ||||||
| 
 | 
 | ||||||
| (define-public emacs-jinja2-mode | (define-public emacs-jinja2-mode | ||||||
|   (package |   (package | ||||||
|  |  | ||||||
		Reference in a new issue