about summary refs log tree commit diff
path: root/emacs.d/init.el
AgeCommit message (Collapse)AuthorFilesLines
2018-09-04 Debug startup, support LSP, update KBDsWilliam Carroll1-2/+14
Debug startup: - some packages were missing explicit use-package calls, which made this configuration incompatible with fresh computers. After crashing my MBP and trying to get this working thereafter, I learned. Support LSP: - LSP support for Haskell is good; embrace and prefer over Intero Update KBDs: - preferences change - changing to a light theme (for now)
2018-09-04 Support nix configurationWilliam Carroll1-0/+1
I suppose it was only a matter of time...
2018-07-19 Shore up init.elWilliam Carroll1-1/+29
init.el was previously a symlink. This replaces that with the actual code since the entire emacs.d dir is being symlinked.
2018-07-19 Support updated emacsWilliam Carroll1-0/+1
Finally ported my up-to-date emacs configuration here. I was putting this off for a long while, unsure of how to handle all of the work. All it took was my laptop being fried to force me to do this. So... voila!