https://github.com/roberto/doom-files
https://github.com/roberto/doom-files
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roberto/doom-files
- Owner: roberto
- Created: 2022-05-08T15:57:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T12:44:22.000Z (about 2 years ago)
- Last Synced: 2025-01-10T18:40:05.745Z (6 months ago)
- Language: Emacs Lisp
- Size: 406 KB
- Stars: 1
- Watchers: 2
- 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
```