Commit Graph

11 Commits

Author SHA1 Message Date
James Patrick b86e96b570 Adding emacs magic-ish line for make files. 2020-03-19 15:55:20 -04:00
James Patrick 6c3787ef1b Refactored to use .ONESHELL
This makes it a hell of a lot simpler but will lose support for BSD
make. All effected machines are running gnu-make, so the cost benefit
ratio ways heavily in favor of doing this.
2020-03-09 13:37:50 -04:00
James Patrick 35000ec4ce Fixed eager evaluation of conditionals issue. 2019-12-15 00:32:55 -05:00
James Patrick 4c05d89590 Removed the silent @ as recipe echoing is disabled. 2019-12-13 12:00:11 -05:00
James Patrick 60a274a90c Fixed ordering of ln and install. 2019-12-13 11:48:21 -05:00
James Patrick 686b50ac55 Fixed typo that prevented doom from updating properly. 2019-12-12 21:47:05 -05:00
James Patrick af5250ee20 Removed support for spacemacs.
I've already switched to doom everywhere, so might as well just remove
support for spacemacs.
2019-12-12 19:52:32 -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 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 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