about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/wpc/dotfiles.el
AgeCommit message (Collapse)AuthorFilesLines
2020-01-17 Support direnvWilliam Carroll1-2/+2
DRY up environment variable definition by using direnv and an .envrc file.
2020-01-17 Support KBDs for quickly editing common dotfilesWilliam Carroll1-1/+4
I had forgotten that I defined <SPC>J. Maybe I should switch to using Hydras or transient mode to improve the discoverability of my own setup... well in the spirit of support things that I will likely forget, here's a new KBD for editing config files in the `~/.config` directory.
2020-01-17 Support utils for finding Emacs dotfiles and Org filesWilliam Carroll1-0/+10
Defined `dotfiles/find-emacs-file` and `org-helpers/find-file`, to clean up some of the `find-file` calls I have with long path names. This DRYs things up as well so that the path can be changed without breaking many other things.
2020-01-17 Support xsessionrc and config.fish in dotfiles.elWilliam Carroll1-0/+2
Add entries for xsessionrc and config for the `dotfiles/edit` function.
2020-01-06 Drop support for i3William Carroll1-1/+0
While I first switched to EXWM warily and thinking it would only be temporary, it seems like this switch is here to stay. It turns out that EXWM was exactly the integration I've been looking for. How serendipitous it that I found it when I did. Thank you, @tazjin.
2019-12-24 Massive configuration overhaulWilliam Carroll1-0/+45
Currently paying the price of months of non-diligent git usage. Here's what has changed. - Theming support in Gvcci and wpgtk - Dropping support for i3 - Supporting EXWM - Many Elisp modules - Collapsed redundant directories in ./configs