forked from colonelpanic/dotfiles
[Emacs] Add typescript babel support
This commit is contained in:
parent
42d009bb64
commit
aee5f25ff4
@ -3185,8 +3185,15 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
|
||||
(ruby . t)
|
||||
(octave . t)
|
||||
(plantuml . t)
|
||||
(js . t)
|
||||
,@added-modes))))
|
||||
|
||||
(use-package ob-typescript
|
||||
:config
|
||||
(progn
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages '((typescript . t)))))
|
||||
|
||||
(setq org-log-into-drawer t
|
||||
org-log-reschedule t
|
||||
org-log-redeadline t
|
||||
|
Loading…
x
Reference in New Issue
Block a user