Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guidoschmidt/emacs.d
- Owner: guidoschmidt
- Created: 2016-12-19T20:26:23.000Z (almost 8 years ago)
- Default Branch: renovation
- Last Pushed: 2024-11-06T12:10:21.000Z (14 days ago)
- Last Synced: 2024-11-06T13:21:35.884Z (14 days ago)
- Topics: dotemacs, emacs, emacs-configuration, emacs-lisp, emacsd
- Language: Emacs Lisp
- Homepage:
- Size: 1.39 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```