fix(emacs): default to :results output
for org racket src blocks
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
7fec9610ba
commit
a5f960b713
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@
|
|||
(python . t)
|
||||
(java . t)))
|
||||
|
||||
(setq org-babel-default-header-args:racket
|
||||
'((:session . "none")
|
||||
(:results . "output")))
|
||||
|
||||
(setcar (nthcdr 4 org-emphasis-regexp-components) 20)
|
||||
(org-set-emph-re 'org-emphasis-regexp-components org-emphasis-regexp-components)
|
||||
(setq org-agenda-files '("~/org/inbox.org"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue