Load ob-http
This commit is contained in:
parent
c57b17e096
commit
8600220d20
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
(use-package ob-go)
|
||||
(use-package ob-http)
|
||||
|
||||
(use-package org
|
||||
:ensure nil
|
||||
|
@ -100,7 +101,7 @@
|
|||
(setq org-babel-sqlite3-command "c:/msys64/mingw64/bin/sqlite3.exe"))
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages
|
||||
'((emacs-lisp . t) (gnuplot . t) (python . t) (sqlite . t) (shell . t) (go . t)))
|
||||
'((emacs-lisp . t) (gnuplot . t) (python . t) (sqlite . t) (shell . t) (go . t) (http . t)))
|
||||
;; work with org-agenda dispatcher [c] "Today Clocked Tasks" to view today's clocked tasks.
|
||||
(defun org-agenda-log-mode-colorize-block ()
|
||||
"Set different line spacing based on clock time duration."
|
||||
|
|
Loading…
Add table
Reference in a new issue