Commit Graph

169 Commits

Author SHA1 Message Date
James Patrick cdfb5e7f3e Added projectile base dir. 2019-12-11 00:55:57 -05:00
James Patrick 328a525afd Switched from update and upgrade to just refresh.
Upgrade and update (which is a bit redundant as upgrade does an update.)
take a prohibitively long time on both of my machines. Instead I'll
manually manage that and just use refresh instead.
2019-12-04 01:01:09 -05:00
James Patrick 2cd660a4e9 Formatting. 2019-12-01 16:02:10 -05:00
James Patrick b611b56352 Add editconfig and make support. 2019-12-01 15:59:33 -05:00
James Patrick 68ef4c68f3 Added tab complete for company & fuzzy for helm. 2019-12-01 15:54:52 -05:00
James Patrick 18905bad56 Added , as leader. 2019-09-17 19:44:18 -04:00
James Patrick af327ff7f5 Added FiraCode Ligatures to doom config. 2019-08-26 14:35:50 -04:00
James Patrick 6cfa50a2a6 Formating and white spacing. 2019-08-21 22:11:02 -04:00
James Patrick 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
James Patrick 048141c771 Updated to use spacemacs master. 2019-08-04 17:08:04 -04:00
James Patrick b0396bcda4 Added empty user-config.el 2019-06-17 21:09:46 -04:00
James Patrick de228e5011 Added init support for go, python, and shell. 2019-06-14 21:04:50 -04:00
James Patrick 9a1857aa1e Added icons to neotree. 2019-05-18 19:52:33 -04:00
James Patrick 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
James Patrick b01de5a298 White space and comments. Nothing exciting. 2019-05-18 19:36:42 -04:00
James Patrick 76054826ac Added custom loaders for envs, and cleaned up custom file artifacts. 2019-05-18 19:35:55 -04:00
James Patrick 523a53aee0 Cleaned up layers list 2019-05-18 19:34:23 -04:00
James Patrick e137009579 Added Custom.el for emacs
All generated content should go here.
2019-05-17 01:23:52 -04:00
James Patrick 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