Commit Graph

177 Commits

Author SHA1 Message Date
af4a00dd3e +tng and +childframe conflict. Don't use both. 2019-12-16 14:05:24 -05:00
35000ec4ce Fixed eager evaluation of conditionals issue. 2019-12-15 00:32:55 -05:00
4c05d89590 Removed the silent @ as recipe echoing is disabled. 2019-12-13 12:00:11 -05:00
2ef655378e Added missing paren. 2019-12-13 11:52:20 -05:00
60a274a90c Fixed ordering of ln and install. 2019-12-13 11:48:21 -05:00
686b50ac55 Fixed typo that prevented doom from updating properly. 2019-12-12 21:47:05 -05:00
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
15442e30f0 Experimenting with LSPs. 2019-12-11 00:55:57 -05:00
cdfb5e7f3e Added projectile base dir. 2019-12-11 00:55:57 -05:00
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
2cd660a4e9 Formatting. 2019-12-01 16:02:10 -05:00
b611b56352 Add editconfig and make support. 2019-12-01 15:59:33 -05:00
68ef4c68f3 Added tab complete for company & fuzzy for helm. 2019-12-01 15:54:52 -05:00
18905bad56 Added , as leader. 2019-09-17 19:44:18 -04:00
af327ff7f5 Added FiraCode Ligatures to doom config. 2019-08-26 14:35:50 -04:00
6cfa50a2a6 Formating and white spacing. 2019-08-21 22:11:02 -04:00
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