Tweak org source blocks
This commit is contained in:
parent
a464af8766
commit
1e017dedf8
1 changed files with 10 additions and 0 deletions
|
|
@ -468,6 +468,15 @@
|
|||
|
||||
(use-package nix-mode)
|
||||
|
||||
(use-package ob
|
||||
:after org
|
||||
:ensure nil
|
||||
:config
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages
|
||||
'((emacs-lisp .t)
|
||||
(shell . t))))
|
||||
|
||||
(use-package ob-restclient
|
||||
:after org
|
||||
:config
|
||||
|
|
@ -511,6 +520,7 @@
|
|||
org-special-ctrl-a/e t
|
||||
org-pretty-entities t
|
||||
org-hide-emphasis-markers t
|
||||
org-src-preserve-indentation t
|
||||
org-startup-with-inline-images t
|
||||
org-agenda-files '("~/TobCloud/org" "~/TobCloud/org/Me/journals/" "~/TobCloud/org/Me/pages/")
|
||||
org-capture-templates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue