Commit Graph

107 Commits

Author SHA1 Message Date
c3f3253ea2 Purge after sync.
Calling purge before sync will cause the the request to error out if
there are new modules being loaded.
2020-06-02 10:29:40 -04:00
110f023919 Updated init to match sample. 2020-06-01 21:23:53 -04:00
0cb5f0b377 Merge remote-tracking branch 'origin/master' 2020-06-01 20:24:38 -04:00
39e12f2409 Refactored config into topics 2020-06-01 20:15:24 -04:00
95c3c08bd5 Merge remote-tracking branch 'origin/master' 2020-06-01 10:41:27 -04:00
125a7f55e7 Updated doom refresh -> doom sync 2020-06-01 10:40:28 -04:00
14c239d9f5 Conditionally loading the bridge crt if it exist. 2020-05-31 18:30:47 -04:00
7fb2391322 Removed needless level. 2020-05-28 20:03:04 -04:00
d2e6965286 Merge branch 'master' of git.jpatrick.io:james/dotfiles 2020-05-28 13:39:18 -04:00
5d85602d49 Adding support for mu4e, mu, & mbsync 2020-05-28 13:28:26 -04:00
5cb619ab09 Updated bullets 2020-05-28 13:24:54 -04:00
d3ad034761 Added LSP for golang. 2020-05-19 11:43:51 -04:00
f2bf83a622 Added resourced to get my ruby setup working 2020-05-15 12:15:13 -04:00
123b891879 moved location for code on linux 2020-05-08 20:49:53 -04:00
4a8040c94d Changed formatting of comment string. 2020-05-08 19:46:37 -04:00
446b379a56 Various update to doom init.el 2020-05-08 19:45:55 -04:00
36794b4d6a Adding pass support. 2020-04-21 23:34:28 -04:00
0595964aea Started adding documentation 2020-03-19 15:57:14 -04:00
b86e96b570 Adding emacs magic-ish line for make files. 2020-03-19 15:55:20 -04:00
ba88938236 Added Graphviz and vimrc modes. 2020-03-19 15:27:51 -04:00
1e7566312a Merge branch 'master' of git.jpatrick.io:james/dotfiles 2020-03-09 13:38:51 -04:00
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
61b979471f OSX capitalizes, I generally don't. 2020-03-09 12:05:38 -04:00
27a7507a45 Adding Journal and docker modules in doom 2020-03-09 12:04:59 -04:00
5dd00665fb Merge branch 'master' of git.jpatrick.io:james/dotfiles 2020-03-09 12:00:32 -04:00
71e2f1e2b0 Formatting 2020-03-09 11:50:54 -04:00
8da18e14fd Added conditional support for font sizing 2020-03-09 11:50:16 -04:00
9aaa86e5d4 Updating init.el to match sample config. 2020-03-08 18:00:51 -04:00
52104c362d Updating to match current doom configuration sample 2020-03-08 17:54:05 -04:00
dcfa3ee35a Added LSP java support, and switch to using grip. 2019-12-20 10:13:20 -05:00
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