My Emacs Workflow

Intro

These are notes (mostly for myself) on how I go about doing actual work in Emacs, like how I find stuff, modify, jump around, etc.

These notes relates to my Emacs config, my keybindings and which packages I have installed and how they are configured.

Projectile!

Search for text

Use C-c p s to get search-related which-key suggestions.

Navigate to next and previous git/diff hunks

diff-hl package

  • C-x v [ for diff-hl-next-hunk.

  • C-x v ] for diff-hl-previous-hunk.

  • C-x v } for diff-hl-show-hunk-next.

  • C-x v { for diff-hl-show-previous-hunk.