gnu: emacs-ein: Appease linter.
* gnu/packages/emacs-xyz.scm (emacs-ein)[source]: Add proper file name. [description]: Add two spaces between sentences.
parent
4e4e9f56f2
commit
b4639c0ed0
|
@ -34370,6 +34370,7 @@ execute code split into cells according to certain magic comments.")
|
||||||
(git-reference
|
(git-reference
|
||||||
(url "https://github.com/millejoh/emacs-ipython-notebook")
|
(url "https://github.com/millejoh/emacs-ipython-notebook")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02392bxl0msda58cls0i79mzqjs73x39czx0mlb0sg2vxp84gy15"))))
|
"02392bxl0msda58cls0i79mzqjs73x39czx0mlb0sg2vxp84gy15"))))
|
||||||
|
@ -34405,7 +34406,7 @@ execute code split into cells according to certain magic comments.")
|
||||||
"The Emacs IPython Notebook (EIN) package provides a Jupyter Notebook
|
"The Emacs IPython Notebook (EIN) package provides a Jupyter Notebook
|
||||||
client and integrated REPL (like SLIME) in Emacs. EIN improves notebook
|
client and integrated REPL (like SLIME) in Emacs. EIN improves notebook
|
||||||
editing by allowing you to use Emacs. It also expose IPython features such as
|
editing by allowing you to use Emacs. It also expose IPython features such as
|
||||||
code evaluation, object inspection and code completion. These features can be
|
code evaluation, object inspection and code completion. These features can be
|
||||||
accessed anywhere in Emacs and improve Python code editing and reading in
|
accessed anywhere in Emacs and improve Python code editing and reading in
|
||||||
general in Emacs.")
|
general in Emacs.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
Reference in New Issue