Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otherjoel/spacemacs-config
πΎπ Spacemacs configuration files and layers
https://github.com/otherjoel/spacemacs-config
Last synced: about 1 month ago
JSON representation
πΎπ Spacemacs configuration files and layers
- Host: GitHub
- URL: https://github.com/otherjoel/spacemacs-config
- Owner: otherjoel
- Created: 2020-06-28T03:50:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T19:31:07.000Z (over 4 years ago)
- Last Synced: 2024-05-10T00:20:25.481Z (9 months ago)
- Language: Emacs Lisp
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spacemacs-config
πΎπ Spacemacs configuration files and layers for the kinds of things I do: Racket, Pollen, Markdown
and web development.(I donβt maintain this repo any more; as soon as I got them working to this level, I [started over
with Doom Emacs][3].)These files [go][1] in `~/.spacemacs.d`. See also the value in
`dotspacemacs-configuration-layer-path`.**Pollen layer:** A new layer for use when programming in [Pollen][2]. Correctly loads the
`pollen-mode` and `company-pollen` packages. (I had a fair amount of trouble figuring out how to do
this properly in Spacemacs.) See [layers/pollen/README.md](layers/pollen/README.md)**Setting up Emacs fresh:**
brew install emacs-plus@28
# Install Spacemacs
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
cd ~/.emacs.d
git checkout develop
cd ~
git clone https://github.com/otherjoel/spacemacs-config ~/.spacemacs.d[1]: https://www.spacemacs.org/doc/DOCUMENTATION.html#orgheadline34
[2]: https://pollenpub.com
[3]: https://github.com/otherjoel/doom-emacs-config