Replace deprecated ipython flag with jupyter
This commit is contained in:
parent
5600e4aea6
commit
e6c28bbbb6
5
init.el
5
init.el
|
@ -145,12 +145,11 @@
|
||||||
(org ; organize your plain life in plain text
|
(org ; organize your plain life in plain text
|
||||||
+dragndrop ; drag & drop files/images into org buffers
|
+dragndrop ; drag & drop files/images into org buffers
|
||||||
;;+hugo ; use Emacs for hugo blogging
|
;;+hugo ; use Emacs for hugo blogging
|
||||||
;;+ipython ; ipython/jupyter support for babel
|
;;+jupyter ; jupyter support for babel
|
||||||
+pandoc ; export-with-pandoc support
|
+pandoc ; export-with-pandoc support
|
||||||
;;+pomodoro ; be fruitful with the tomato technique
|
;;+pomodoro ; be fruitful with the tomato technique
|
||||||
+present ; using org-mode for presentations
|
+present ; using org-mode for presentations
|
||||||
+pretty
|
+pretty)
|
||||||
+ref)
|
|
||||||
;;perl ; write code no one else can comprehend
|
;;perl ; write code no one else can comprehend
|
||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
|
|
Loading…
Reference in New Issue