https://github.com/eggcaker/spacemacs-layers
the spacemacs personal layers
https://github.com/eggcaker/spacemacs-layers
emacs spacemacs spacemacs-layer
Last synced: 22 days ago
JSON representation
the spacemacs personal layers
- Host: GitHub
- URL: https://github.com/eggcaker/spacemacs-layers
- Owner: eggcaker
- License: mit
- Created: 2016-02-11T23:18:36.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2020-11-25T15:06:04.000Z (about 5 years ago)
- Last Synced: 2025-03-01T09:45:43.631Z (10 months ago)
- Topics: emacs, spacemacs, spacemacs-layer
- Language: Emacs Lisp
- Size: 10.7 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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