about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/wpc/casing.el
AgeCommit message (Collapse)AuthorFilesLines
2019-03-11 Fix Emacs installationWilliam Carroll1-3/+0
My Emacs installation would fail on new machines because: * use-package * evil * paredit use-package is needed to install everything else. evil and paredit were required in functions.el and other places before they were called like (use-package evil ...). This should improve things but not fix the entire issue.
2018-09-10 Support Vim, Tmux, Emacs with StowWilliam Carroll1-0/+49
After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview.