1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 04:22:50 -05:00

Reformat python section

This commit is contained in:
Jack Foltz 2019-09-07 11:07:46 -04:00
parent a3071780ba
commit 4e696760c1
Signed by: foltik
GPG Key ID: D1F0331758D1F29A

View File

@ -1412,11 +1412,17 @@ Mode for editing markdown.
#+END_SRC
*** Python
Jedi for autocompletion sources in python-mode.
**** Jedi
Auto completion in python-mode.
#+BEGIN_SRC emacs-lisp
(use-package company-jedi
:company python-mode)
#+END_SRC
**** ob-ipython
Allows embedding ipython in org mode files. See the [[https://github.com/gregsexton/ob-ipython][github]] for tips, tricks, and tutorials.
#+BEGIN_SRC emacs-lisp
(use-package ob-ipython)
#+END_SRC
*** Javascript
rjsx-mode includes a javascript mode with support for react jsx files.
#+BEGIN_SRC emacs-lisp
@ -1452,11 +1458,6 @@ Mode for editing YAML files.
#+BEGIN_SRC emacs-lisp
(use-package yaml-mode
:mode "\\.yaml\\'")
**** ob-ipython
Allows embedding ipython in org mode files. See the [[https://github.com/gregsexton/ob-ipython][github]] for tips, tricks, and tutorials.
#+BEGIN_SRC emacs-lisp
(use-package ob-ipython)
#+END_SRC
#+END_SRC
*** Arch PKGBUILD