diff options
author | Matthew Lemon <y@yulqen.org> | 2023-08-29 20:28:01 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-08-29 20:28:01 +0100 |
commit | 6de9f9699353df91d1bf09b1f41a216bb3be27a4 (patch) | |
tree | 6d34730c00d845465e1dc642464580b0d74b2769 /alacritty.yml | |
parent | fd4c566f208108735eceb4d21c993e93ebad0f1c (diff) |
Comments out ALE and removes YCM. Ale works fine!
Diffstat (limited to '')
-rw-r--r-- | alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty.yml b/alacritty.yml index 468feb0..313be4b 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -8,8 +8,8 @@ # # All imports must either be absolute paths starting with `/`, or paths relative # to the user's home directory starting with `~/`. -#import: -# - /path/to/alacritty.yml +# import: +# - ~/.config/alacritty/themes/themes/afterglow.yaml # Any items in the `env` entry below will be added as # environment variables. Some entries may override variables |