Commit Graph

161 Commits

Author SHA1 Message Date
eaed9d80df Added support for both DOOM and Spacemacs
To use one or the other specify set variable to either `doom` or
`spacemacs`. If no value is specified it will default to Spacemacs,
though this may change in the future.
2019-08-04 20:41:05 -04:00
048141c771 Updated to use spacemacs master. 2019-08-04 17:08:04 -04:00
b0396bcda4 Added empty user-config.el 2019-06-17 21:09:46 -04:00
de228e5011 Added init support for go, python, and shell. 2019-06-14 21:04:50 -04:00
9a1857aa1e Added icons to neotree. 2019-05-18 19:52:33 -04:00
5fcdec6b4f Add deft and orgmode configuration.
Both my dev systems should have a symlinked ~/org directory that are synced
using Nextcloud. This added support for that.
2019-05-18 19:49:41 -04:00
b01de5a298 White space and comments. Nothing exciting. 2019-05-18 19:36:42 -04:00
76054826ac Added custom loaders for envs, and cleaned up custom file artifacts. 2019-05-18 19:35:55 -04:00
523a53aee0 Cleaned up layers list 2019-05-18 19:34:23 -04:00
e137009579 Added Custom.el for emacs
All generated content should go here.
2019-05-17 01:23:52 -04:00
d78d015f08 Added basic spacemacs support.
This is currently pretty barebones and is only meant for my current linux
machine. Spacemacs can be a bit messy with portability, so I'll need to
figure out:

1. How to have custom user-config sections

This can be done with a conditional load or a configuration layer.

2. Custom definition of layers.

As some layers will be OS specific.

Env specific paths in the layers can be moved to the user-config or user-init
section but I will need to find the documentation for this again.
2019-05-16 20:15:39 -04:00