LoginSignup
2
1

More than 3 years have passed since last update.

einをいい感じにするメモ

Last updated at Posted at 2019-11-16

einは素のままだと補完とかが効かないので,いい感じにしたときのメモです.

init.el
(add-hook 'ein:notebook-mode-hook 'jedi:setup)
(add-hook 'ein:notebook-mode-hook 'electric-pair-mode)
(add-hook 'ein:notebook-mode-hook 'undo-tree-mode)
(setq jedi:complete-on-dot t)
(setq ein:worksheet-enable-undo t)

これでだいたいブラウザ版と同じ感じになる.

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1