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

https://github.com/eggcaker/spacemacs-layers

the spacemacs personal layers
https://github.com/eggcaker/spacemacs-layers

emacs spacemacs spacemacs-layer

Last synced: 21 days ago
JSON representation

the spacemacs personal layers

Awesome Lists containing this project

README

          

* spacemacs-layers

My Spacemacs configuration. This includes dotfile (=init.el=) plus
layers.

Layers prefixed with =pelm= are opinionated personal
configuration layers. All others are /intended/ to be generally useful
for others (although in reality they may of course not be).

** Installation

To install these layers, clone this repository into your
=.emacs.d/private= directory. Then add the layers you want to enable to
=dotspacemacs-configuration-layers= in your dotfile.

for snippets work, you should link the =private= folder to =~/.spacemacs.d=.
For this to work, you need at least Spacemacs version 0.103.

The fact that my =init.el= is present should not cause a problem.

If you are lazy guy, you can clone this repo to =.spacemacs.d= and then link
the ~init.el~ as =.spacemacs= file to get start.

** Contents
*** Pelm-org
*** Pelm-erc
*** Pelm-blog
*** Crontab
#+BEGIN_SRC sh

# emacs org file sync
25,55 * * * * /Users/eggcaker/.zsh-it/bin/e.os > /dev/null 2>&1

# fetch mail
55 * * * * offlineimap -u quiet > /dev/null 2>&1
#+END_SRC
** Todo list