Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guidoschmidt/emacs.d

🐃 Personal Emacs configuration - using straight.el
https://github.com/guidoschmidt/emacs.d

dotemacs emacs emacs-configuration emacs-lisp emacsd

Last synced: 7 days ago
JSON representation

🐃 Personal Emacs configuration - using straight.el

Awesome Lists containing this project

README

        

# ~/.emacs.d :water_buffalo:
### A New Hope

> Rewriting my `.emacs.d/` using [straight.el](https://github.com/raxod502/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](https://github.com/ggreer/the_silver_searcher#installation) via
```
winget install "The Silver Searcher"
```