From aee5f25ff42a225412d70708e9d3b8935a3fca28 Mon Sep 17 00:00:00 2001 From: Kat Huang Date: Mon, 14 Aug 2023 04:02:29 +0000 Subject: [PATCH] [Emacs] Add typescript babel support --- dotfiles/emacs.d/README.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 3dc07f78..c7d439a0 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3153,7 +3153,7 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877 (setq org-global-properties '(quote (("Effort_ALL" . "0:15 0:30 0:45 1:00 2:00 3:00 4:00 5:00 6:00 0:00") ("STYLE_ALL" . "habit")))) - ;; Record changes to todo states + ;; Record changes to todo states (setq org-todo-keywords '((sequence "IDEA(i!)" "RESEARCH(r!)" "TODO(t!)" "NEXT(n!)" "STARTED(s!)" "WAIT(w!)" "BACKLOG(b!)" "|" @@ -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