about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/snippets
AgeCommit message (Collapse)AuthorFilesLines
2019-04-09 Support Java snippet for main functionWilliam Carroll1-0/+7
Should output: `public static void main(String[] args)`. More of these Java snippets to come.
2019-01-13 Supports additional snippetsWilliam Carroll5-0/+58
- C programming - HTML - Nix
2018-10-02 Updates to Emacs preferencesWilliam Carroll1-0/+7
- 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 Carroll3-0/+17
Adds configuration for my Python preferences.
2018-09-10 Support Vim, Tmux, Emacs with StowWilliam Carroll27-0/+162
After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview.