From: Armaan Bhojwani Date: Thu, 27 May 2021 03:31:08 +0000 (-0400) Subject: ipython: remove config X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=2329217ff4ea769fca2a0ae937da6e506ec701fa ipython: remove config --- diff --git a/config.org b/config.org index 7c71002..23a6fc1 100644 --- a/config.org +++ b/config.org @@ -251,7 +251,6 @@ Define templates for lots of common structure elements. Mostly just used within (add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp")) (add-to-list 'org-structure-template-alist '("sp" . "src conf :tangle ~/.spectrwm.conf")) (add-to-list 'org-structure-template-alist '("ash" . "src shell :tangle ~/.config/ash/ashrc")) - (add-to-list 'org-structure-template-alist '("ipy" . "src python :tangle ~/.ipython/")) (add-to-list 'org-structure-template-alist '("pi" . "src conf :tangle ~/.config/picom/picom.conf")) (add-to-list 'org-structure-template-alist '("git" . "src conf :tangle ~/.gitconfig")) (add-to-list 'org-structure-template-alist '("du" . "src conf :tangle ~/.config/dunst/dunstrc")) @@ -1031,12 +1030,6 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac alias cal="cal -3 --color=auto" alias bc='bc -l' #+end_src -** IPython -#+begin_src python :tangle ~/.ipython/profile_default/ipython_config.py - c.TerminalInteractiveShell.editing_mode = 'vi' - c.InteractiveShell.colors = 'linux' - c.TerminalInteractiveShell.confirm_exit = False -#+end_src ** MPV Make MPV play a little bit smoother. #+begin_src conf :tangle ~/.config/mpv/mpv.conf