about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/init.el
AgeCommit message (Collapse)AuthorFilesLines
2019-03-07 Drop support for PythonWilliam Carroll1-1/+0
I couldn't pull lsp-python from Melpa properly and since I'm currently not doing any Python work, I figure I will drop support for it temporarily.
2019-03-06 Remove Emacs spamWilliam Carroll1-7/+0
I have the (package-initialize) call already in wpc-package.el. I'm unsure how this removal is ending up in a git status because I'm pretty sure I've never commited that to this repo. Need to tighten things up I guess.
2019-01-13 Remove Emacs spamWilliam Carroll1-10/+1
My inconsistent git history-keeping is coming to bite me here. At the moment, I can only speculate about what went wrong here. The gist is this: I unintentionally committed files that were supposed to be ignored This commit removes those files which includes: - auto-save-list - elpa packages - quelpa packages - misc
2018-10-02 Support PythonWilliam Carroll1-0/+1
Adds configuration for my Python preferences.
2018-09-10 Support Vim, Tmux, Emacs with StowWilliam Carroll1-0/+42
After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview.