added jupyter notebook support
This commit is contained in:
parent
e5bd5a7cb1
commit
12e95dc2b1
5
conf.org
5
conf.org
|
@ -3615,6 +3615,11 @@ Spell checking is generally a good idea when writing to pointy-haired bosses.
|
|||
#+BEGIN_SRC emacs-lisp
|
||||
(setq ediff-window-setup-function 'ediff-setup-windows-plain)
|
||||
#+END_SRC
|
||||
** jupyter
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package ein
|
||||
:ensure t)
|
||||
#+END_SRC
|
||||
* keybindings
|
||||
For the sake of my sanity, all bindings go here. Note this means I don't use =:bind= in use-package forms.
|
||||
** setup
|
||||
|
|
Loading…
Reference in New Issue