mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(emacs): disable jupytext for now
This commit is contained in:
parent
e69479bb9c
commit
73fe3b79de
2 changed files with 3 additions and 4 deletions
|
|
@ -15,7 +15,6 @@
|
||||||
"rdrview"
|
"rdrview"
|
||||||
"graphviz"
|
"graphviz"
|
||||||
"emacs-emacsql-sqlite3"
|
"emacs-emacsql-sqlite3"
|
||||||
"python-jupytext"
|
|
||||||
"python-isort"
|
"python-isort"
|
||||||
"python-black"
|
"python-black"
|
||||||
"python-yapf"
|
"python-yapf"
|
||||||
|
|
|
||||||
|
|
@ -3570,9 +3570,9 @@ To fix that, I've modified the following function in the =python-pytest= package
|
||||||
*** code-cells
|
*** code-cells
|
||||||
Support for text with magic comments.
|
Support for text with magic comments.
|
||||||
|
|
||||||
| Guix dependency |
|
| Guix dependency | Disabled |
|
||||||
|-----------------|
|
|-----------------+----------|
|
||||||
| python-jupytext |
|
| python-jupytext | t |
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package code-cells
|
(use-package code-cells
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue