Collecting my attempts to improve at tech, art, and life

[2022-06-11 Sat 10:05]

Tags: workflow emacs

Got Org Babel playing nice with TypeScript thanks to ob-typescript. It’s a wild Saturday morning here.

attachments/img/2022-06-11-emacs-typescript.png
Takes a bit to get there on WSL but the code does run

That required a few more lines in my config, but not too many.

(use-package ob-typescript)
(use-package org
  ;; ...
  :config
  (org-babel-do-load-languages
    'org-babel-load-languages
    '((typescript . t))))

I also followed my own advice from 2022-05-12-thu-2302, and added Tide for TypeScript support in Emacs. Just copied and pasted from all the links, so config’s a bit of a mess.

Oh hey that’s right I still need to take my ADHD meds. I’ll go do that now.


Added to vault 2024-01-15. Updated on 2024-02-01