about summary refs log tree commit diff
path: root/configs/shared/.profile
AgeCommit message (Collapse)AuthorFilesLines
2020-01-22 Ensure EDITOR and similar variables work with EXWM setupWilliam Carroll1-1/+1
After some confusion about my `emacsclient` is currently working as expected. Perhaps it always did. I had `emacs --daemon` in my `~/.xsessionrc.shared` for awhile, which may have confused `emacsclient`. Whatever happened, I'm glad it's working now.
2020-01-17 Prefer direnv to manage ORG_DIRECTORYWilliam Carroll1-2/+1
Instead of keeping this in my ~/.profile, I'm going to define it in .envrc. What I still don't know is how functions like `getenv` are supposed to interact with direnv. I suppose maybe they aren't? Right now, when I call `(getenv "DOTFILES")` from Emacs, it's `nil`, which I understand. Hopefully the more I use direnv, the more reasonable expectations I'll have.
2020-01-17 Support direnvWilliam Carroll1-1/+0
DRY up environment variable definition by using direnv and an .envrc file.
2019-12-24 Massive configuration overhaulWilliam Carroll1-0/+68
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