Add package ‘emacs-oni-eshell’
This commit is contained in:
parent
70942d5215
commit
4d4de17124
1 changed files with 14 additions and 0 deletions
|
@ -525,3 +525,17 @@ Emacs")))
|
|||
("emacs-elisp-format" ,emacs-elisp-format)))
|
||||
(synopsis "My Emacs Lisp configuration")
|
||||
(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.")))
|
||||
|
|
Loading…
Reference in a new issue