mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] ob-http
This commit is contained in:
parent
59d9fbce11
commit
fcd737882d
1 changed files with 7 additions and 0 deletions
|
@ -409,6 +409,7 @@ languages. Setting ~Confirm Evaluation~ to ~No~ disables the
|
||||||
| python | | Yes | A dynamic, all-purpose language |
|
| python | | Yes | A dynamic, all-purpose language |
|
||||||
| ruby | | Yes | A dynamic, all-purpose language |
|
| ruby | | Yes | A dynamic, all-purpose language |
|
||||||
| sh | | Yes | Shell scripts |
|
| sh | | Yes | Shell scripts |
|
||||||
|
| http | | No | HTTP requests |
|
||||||
|
|
||||||
#+name: packages
|
#+name: packages
|
||||||
#+BEGIN_SRC emacs-lisp :noweb yes
|
#+BEGIN_SRC emacs-lisp :noweb yes
|
||||||
|
@ -445,6 +446,12 @@ languages. Setting ~Confirm Evaluation~ to ~No~ disables the
|
||||||
|
|
||||||
(setq org-confirm-babel-evaluate 'my/org-confirm-babel-evaluate)
|
(setq org-confirm-babel-evaluate 'my/org-confirm-babel-evaluate)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
****** HTTP
|
||||||
|
#+name: packages
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package ob-http
|
||||||
|
:ensure t)
|
||||||
|
#+end_src
|
||||||
*** LaTeX
|
*** LaTeX
|
||||||
**** AUCTeX
|
**** AUCTeX
|
||||||
#+name: packages
|
#+name: packages
|
||||||
|
|
Loading…
Reference in a new issue