chiark / gitweb /
el/dot-emacs.el (mdw-switch-window-configuration): Print a message afterwards.
[profile] / dot / ipython-config.py
index ac08c66eac99b9a9316c3168bd245bd929d9fa82..1a8c25b175fd414b8fc2b83c788f24cc3c1d480b 100644 (file)
@@ -18,6 +18,7 @@ c.InteractiveShell.colors = 'Linux'
 c.TerminalIPythonApp.display_banner = False
 c.TerminalInteractiveShell.confirm_exit = False
 c.TerminalInteractiveShell.display_completions = 'readlinelike'
+c.TerminalInteractiveShell.term_title = False
 
 ## Syntax colouring.
 if PYG and getattr(PYG, 'token', None):