gnu: Add emacs-treemacs-persp

Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2020-08-03 09:58:36 -04:00
parent 61709664be
commit cc64956eec
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 27 additions and 0 deletions

View File

@ -24471,3 +24471,30 @@ not catch, nameley the committing and (un)staging of files.
")
(license license:gpl3+)))
(define-public emacs-treemacs-persp
(package
(name "emacs-treemacs-persp")
(version "20200530.2129")
(source
(origin
(method url-fetch)
(uri (string-append
"https://melpa.org/packages/treemacs-persp-"
version
".el"))
(sha256
(base32
"0w9da9c40r54bmcw6nb92iq829jr4gwgzgn1m2fvcdl135r4bdpl"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-treemacs" ,emacs-treemacs)
("emacs-persp-mode" ,emacs-persp-mode)
("emacs-dash" ,emacs-dash)))
(home-page
"https://github.com/Alexander-Miller/treemacs")
(synopsis "Persp-mode integration for treemacs")
(description
"Integration of persp-mode into treemacs' buffer scoping framework.
")
(license license:gpl3+)))