Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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