about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/wpc/packages
AgeCommit message (Collapse)AuthorFilesLines
2019-03-18 Drop OSX support; support desktop, laptop, cloudtopWilliam Carroll4-12/+24
Dropping support for OSX. Moving forward these dotfiles will depend on Linux systems. Furthermore, since I'm support a ~/bin, the machines that consume these dotfiles depend on i386 architectures. Linux and i386 are two dependencies that I'm okay with since the leverage this assumption provides, makes their existence tolerable. There is some Google leakage herein, which includes aliases, functions, and mentions of cloudtop. For now, this is okay. I may break the Google specific code into its own repository, but for now, this is less maintenance. This also introduces a ~/.profile instead of erroneously defining environment variables in my zshrc file, which was unadvised. This is a large commit and also introduces new aliases, variables, functions that I accumulated over the past week or so while migrating away from OSX and onto my new setup. Hopefully in the future I'll be more precise with my commits.
2019-03-11 Fix Emacs installationWilliam Carroll1-1/+5
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.
2019-03-08 Support org shortcut and ELisp fnWilliam Carroll1-0/+5
Support generic ELisp fn. Should have a dumping grounds for ELisp fns similar to my dumping_grounds.zsh.
2019-03-08 Support i3wm and org-capture integrationWilliam Carroll1-11/+28
Now this has been missing from my workflow for awhile.
2019-03-07 Drop support for PythonWilliam Carroll1-14/+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-07 Renew support for MelpaWilliam Carroll1-1/+3
This was removed when I was still trialing Nix. Since I need to be on gLinux for work and Nix isn't an option, I need something that works.
2019-03-06 Prefer x KBD for XResourcesWilliam Carroll1-3/+3
I'm finding that I'm visiting XResources more frequently than I'm visiting ~/.xinitrc or other X files.
2019-03-06 Support commonly visited configs in EmacsWilliam Carroll1-0/+10
<leader>j is commonly used for me, so I figured these should be supported here as well.
2019-03-06 Drop support for lsp-javascript-flowWilliam Carroll1-5/+0
This package was deprecated. See the GH Readme for more details.
2019-03-05 Reduces font-sizeWilliam Carroll1-2/+2
10 was just too big on my gLinux 4k setup.
2019-03-05 Parameterizes wpc/find-file functionWilliam Carroll1-2/+10
Supports a filename as a parameter to my wrapped version of evil-find-file.
2019-01-13 Remove Emacs spamWilliam Carroll18-276/+158
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 Carroll2-1/+5
- 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 Carroll18-0/+1009
After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview.