mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-27 21:19:51 -05:00
Reformat python section
This commit is contained in:
parent
a3071780ba
commit
4e696760c1
@ -1412,11 +1412,17 @@ Mode for editing markdown.
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Python
|
*** Python
|
||||||
Jedi for autocompletion sources in python-mode.
|
**** Jedi
|
||||||
|
Auto completion in python-mode.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package company-jedi
|
(use-package company-jedi
|
||||||
:company python-mode)
|
:company python-mode)
|
||||||
#+END_SRC
|
#+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
|
*** Javascript
|
||||||
rjsx-mode includes a javascript mode with support for react jsx files.
|
rjsx-mode includes a javascript mode with support for react jsx files.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
@ -1452,11 +1458,6 @@ Mode for editing YAML files.
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package yaml-mode
|
(use-package yaml-mode
|
||||||
:mode "\\.yaml\\'")
|
: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
|
#+END_SRC
|
||||||
|
|
||||||
*** Arch PKGBUILD
|
*** Arch PKGBUILD
|
||||||
|
Loading…
Reference in New Issue
Block a user