diff options
author | Hunt <lizhunt@amazon.com> | 2025-06-12 09:30:33 -0700 |
---|---|---|
committer | Hunt <lizhunt@amazon.com> | 2025-06-12 09:30:45 -0700 |
commit | 072aa746c02e8a423c128cfc253ac2c410eb47e1 (patch) | |
tree | 5677ff905c9a563ac8c36a26f0d96503ae56a472 /context.json | |
parent | 058b3be4feb7eda3810172537039c48ac36441a5 (diff) | |
download | dotfiles-072aa746c02e8a423c128cfc253ac2c410eb47e1.tar.gz dotfiles-072aa746c02e8a423c128cfc253ac2c410eb47e1.zip |
Fixes some emacs stuff
Diffstat (limited to 'context.json')
-rw-r--r-- | context.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/context.json b/context.json index 5effa4f..f58676c 100644 --- a/context.json +++ b/context.json @@ -7,7 +7,11 @@ } }, "env": { - "PINENTRY_USER_DATA": "PINENTRY_USE_MAC" + "PINENTRY_USER_DATA": "PINENTRY_USE_MAC", + "XDG_CONFIG_HOME" : "$HOME/.config", + "XDG_DATA_HOME" : "$HOME/.local/share", + "XDG_STATE_HOME" : "$HOME/.local/state", + "XDG_CACHE_HOME" : "$HOME/.cache" } }, "bcd074b37296": { @@ -78,7 +82,7 @@ } }, "emacs": { - "symbol": "'doom-gruvbox-dark", + "symbol": "'doom-gruvbox", "font": { "name": "Agave Nerd Font Mono", "size": 14 |