mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] Include ob-http earlier
This commit is contained in:
parent
3279df909f
commit
df8e40bdc9
1 changed files with 6 additions and 6 deletions
|
@ -443,6 +443,12 @@ names.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq-default org-src-fontify-natively t)
|
(setq-default org-src-fontify-natively t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
***** HTTP
|
||||||
|
#+name: packages
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package ob-http
|
||||||
|
:ensure t)
|
||||||
|
#+end_src
|
||||||
***** Language evaluation
|
***** Language evaluation
|
||||||
|
|
||||||
Org-babel evaluation will be turned on for the following
|
Org-babel evaluation will be turned on for the following
|
||||||
|
@ -500,12 +506,6 @@ 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
|
|
||||||
***** Reload images on source execution
|
***** Reload images on source execution
|
||||||
#+name: packages
|
#+name: packages
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue