about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/wpc
AgeCommit message (Collapse)AuthorFilesLines
2019-03-05 Parameterizes wpc/find-file functionWilliam Carroll2-5/+13
Supports a filename as a parameter to my wrapped version of evil-find-file.
2019-01-13 Remove Emacs spamWilliam Carroll20-281/+159
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 Updates to Emacs preferencesWilliam Carroll3-2/+6
- Prefers "$HOME" to "~/urbint" for current project - Prefers dark colorscheme - Allows source-jumping to Emacs (nixify this to remove dep on path/to/source)
2018-10-02 Support PythonWilliam Carroll1-0/+14
Adds configuration for my Python preferences.
2018-09-10 Support Vim, Tmux, Emacs with StowWilliam Carroll24-0/+1418
After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview.