Compare commits
No commits in common. "4d4de17124dea63d2bf271d7ae675b1adcf56cc9" and "07a3b0367b7032961e6cfc50476d53ec86ee8063" have entirely different histories.
4d4de17124
...
07a3b0367b
2 changed files with 0 additions and 35 deletions
|
@ -525,17 +525,3 @@ Emacs")))
|
||||||
("emacs-elisp-format" ,emacs-elisp-format)))
|
("emacs-elisp-format" ,emacs-elisp-format)))
|
||||||
(synopsis "My Emacs Lisp configuration")
|
(synopsis "My Emacs Lisp configuration")
|
||||||
(description "This package provides my configuration for Emacs Lisp.")))
|
(description "This package provides my configuration for Emacs Lisp.")))
|
||||||
|
|
||||||
(define-public emacs-oni-eshell
|
|
||||||
(package
|
|
||||||
(inherit emacs-oni-config)
|
|
||||||
(name "emacs-oni-eshell")
|
|
||||||
(arguments
|
|
||||||
'(#:include '("oni-eshell.el")))
|
|
||||||
(propagated-inputs
|
|
||||||
`(("emacs-esh-autosuggest" ,emacs-esh-autosuggest)
|
|
||||||
("emacs-xterm-color" ,emacs-xterm-color)
|
|
||||||
("emacs-eshell-syntax-highlighting" ,emacs-eshell-syntax-highlighting)
|
|
||||||
("emacs-eshell-fringe-status" ,emacs-eshell-fringe-status)))
|
|
||||||
(synopsis "My Emacs Lisp configuration")
|
|
||||||
(description "This package provides my configuration for Emacs Lisp.")))
|
|
||||||
|
|
|
@ -346,24 +346,3 @@ headings, and emulates org-mode navigation and structure editing. It is based on
|
||||||
the built-in outline-minor-mode and is simple by design, providing just a few
|
the built-in outline-minor-mode and is simple by design, providing just a few
|
||||||
key features.")
|
key features.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-eshell-fringe-status
|
|
||||||
(let ((commit "047e9b9c75a39ac9f903bab937918165261d44f8")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
|
||||||
(name "emacs-eshell-fringe-status")
|
|
||||||
(version (git-version "0.0.0" revision commit))
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://code.ryuslash.org/ryuslash/eshell-fringe-status.git")
|
|
||||||
(commit commit)))
|
|
||||||
(method git-fetch)
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0frx1lc0rf6p01m5gjyaazl64f839856qn88v263rdls5rpncmz9"))))
|
|
||||||
(build-system emacs-build-system)
|
|
||||||
(home-page "https://code.ryuslash.org/ryuslash/eshell-fringe-status")
|
|
||||||
(synopsis "Show last status in fringe")
|
|
||||||
(description "Show last status in fringe")
|
|
||||||
(license license:gpl3+))))
|
|
||||||
|
|
Loading…
Reference in a new issue