gnu: Add emacs-evil-tmux-navigator.

* gnu/packages/emacs-xyz.scm (emacs-evil-tmux-navigator): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
John Soo 2020-03-19 09:27:15 -07:00 committed by Christopher Baines
parent fba0fea4a6
commit 1d5c93d9f8
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -19868,6 +19868,32 @@ corresponding Evil keys.")
commands in @code{evil-mode}.")
(license license:gpl3+))))
(define-public emacs-evil-tmux-navigator
(package
(name "emacs-evil-tmux-navigator")
(version "0.1.5")
(source
(origin
(method git-fetch)
(uri
(git-reference
(url "https://github.com/keith/evil-tmux-navigator")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1na44rbc03sr5b4z9pvnps6n4nmrqcz58nywix9825l74a419ijx"))))
(propagated-inputs
`(("emacs-evil" ,emacs-evil)))
(build-system emacs-build-system)
(home-page "https://github.com/keith/evil-tmux-navigator")
(synopsis
"Navigate seamlessly between emacs windows and tmux panes")
(description
"This package lets you use C-h, C-j, C-k and C-l to navigate between
Emacs windows and tmux panes.")
(license license:expat)))
(define-public emacs-xterm-color
(package
(name "emacs-xterm-color")