Configuring Doom Emacs to be your Typescript IDE
For a while I struggled with using Emacs as a IDE for modern web-development. In other words, Typescript, prettier, .tsx files, etc. In the end it’s not hard, here is how I have my Doom configured: settings in the init.el First up, we have to make sure that we are using the power of a language server protocol (short lsp). The lsp is a client-server protocol where your IDE is getting all the type-hinting, Intellisense, auto-complete etc from....