andyreagan.com

Emacs

Backlinks: Org mode

Emacs learning essentials:

  • Open files (save, save as)
  • Switch buffers
  • Navigate words, buffers
  • Rectangle manip
  • Regex basics

Multiple cursors

From https://github.com/magnars/multiple-cursors.el. I use them via

(use-package multiple-cursors
  :straight (multiple-cursors :type git :host github :repo "magnars/multiple-cursors.el" :branch "master")
  :bind (("C-S-c C-S-c" . mc/edit-lines)
         ("M-I" . mc/edit-lines)))

LLMs

Would be nice to the same level of completion quality that I get in VS Code. See LLMs.

Terminal of the future

How I am deeply integrating emacs

https://joshblais.com/blog/how-i-am-deeply-integrating-emacs/

Keyboard shortcuts to launch into emacs capture mode from everywhere.

Last modified: November 26, 2025