Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roberto/doom-files
https://github.com/roberto/doom-files
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/roberto/doom-files
- Owner: roberto
- Created: 2022-05-08T15:57:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T12:44:22.000Z (over 1 year ago)
- Last Synced: 2023-05-23T13:50:20.772Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DOOM Emacs
...
## Dependencies
``` sh
brew tap homebrew/cask-fonts
brew install font-jetbrains-mono-nerd-font
```## Troubleshooting
### parinfer (MacOS)
If the downloaded version does not work, instructions to build from source targeting emacs:
``` sh
git clone https://github.com/eraserhd/parinfer-rust.git
cd parinfer-rust
cargo build --release --features emacs
cp ./target/release/${file}.dylib ~/.emacs.d/parinfer-rust/${another-file}.so
```