]> git.armaanb.net Git - config.org.git/commitdiff
ipython: remove config
authorArmaan Bhojwani <me@armaanb.net>
Thu, 27 May 2021 03:31:08 +0000 (23:31 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Thu, 27 May 2021 03:31:08 +0000 (23:31 -0400)
config.org

index 7c71002cdac9881fd849201ad5215c07f1d973b1..23a6fc14cff874c8be7f49572b9b007633fdc5fe 100644 (file)
@@ -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