Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 429 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 429 Bytes

~/.emacs.d 🐃

A New Hope

Rewriting my .emacs.d/ using straight.el

Stumbling Steps

  1. node.js with nvm (macOS) Create a symbolic link for node: ln -s (which node) /usr/local/bin/node
  2. ag not found on Windows Install the silver searcher via
winget install "The Silver Searcher"