mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2019-11-21 60454d2d6d47726926e6fc67b5b1a6555d6992aa
Allow emacs to work with ipython notebooks
1 files modified
7 ■■■■■ changed files
config.org 7 ●●●●● patch | view | raw | blame | history
config.org
@@ -1026,6 +1026,13 @@
    :mode "\\.mips$")
#+END_SRC
*** IPython notebooks
Allow emacs to view and use IPython notebooks
#+BEGIN_SRC emacs-lisp
  (use-package ein
    :ensure t)
#+END_SRC
* Org mode
** Up to date org
#+BEGIN_SRC emacs-lisp