Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-11 | Fix Emacs installation | William Carroll | 1 | -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 Stow | William Carroll | 1 | -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. |