Emacs problem with tide-mode, eslint, and eldoc
6 August 2022
I edit almost everything in Emacs. I primarily edit JavaScript or
TypeScript so I use the Tide
Mode package for it's many
features that make editing JavaScript much easier. Two of those
features cla…
Emacs NG
3 January 2022
I think I have definitely been assimilated into the Emacs lifestyle. I
find myself tinkering with it constantly, and I'm always trying out
new packages and waiting for new features. I'm a JavaScript …
How I learn new technology
23 November 2021
Over the years I've used several different editors and learned several
different programming languages and technologies. The problem often
seems to be that I'll only need it for a short while, just lo…
Do you lint your elisp files?
19 March 2020
This will be a short post this week. I just wanted to share something
I learned recently about flycheck and my elisp files. I use flycheck
to lint most of my code but I had it configured specifically …
Emacs org-mode for developers
8 February 2020
tldr; I have created a Github Gist that captures the setup and
configuration, key-binds, formatting, and GTD chart if you just want a
reference.…
Emacs vs Vscode
19 February 2019
I haven't really been using Emacs for all that long. I'm really a VIM
user when it comes down to it, but there is one thing that vim is
missing, a standardized package manager and a package repository…