chiark / gitweb /
dot/emacs: Configure transient-mark-mode sensibly for later Emacsen.
[profile] / dot / ipython_config.py
1 ### -*-python -*-
2
3 c = get_config()
4
5 c.InteractiveShell.autocall = 0
6 c.InteractiveShell.autoindent = True
7 c.InteractiveShell.automagic = False
8
9 c.InteractiveShell.color_info = True
10 c.InteractiveShell.colors = 'Linux'
11
12 c.Completer.greedy = True
13
14 c.TerminalIPythonApp.display_banner = False
15 c.InteractiveShellApp.ignore_old_config=True
16 c.TerminalInteractiveShell.confirm_exit = False