diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-02-24T17·36-0500 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2021-02-24T17·46+0000 |
commit | 2814df740645763c1aefc6530b4f6f76d282158d (patch) | |
tree | e96da2cf5de97372b1b90b093702e5caf45741bd | |
parent | 4e94de3e30a05071d033b902f2bc87a0d0967d82 (diff) |
fix(gs/emacs): drop spellchecker r/2228
Change-Id: I841b7407f80d5096a32ee9019c1e02d26c015fc0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2546 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
-rw-r--r-- | users/glittershark/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/glittershark/emacs.d/init.el b/users/glittershark/emacs.d/init.el index 8eaf774479aa..99a6ad74995d 100644 --- a/users/glittershark/emacs.d/init.el +++ b/users/glittershark/emacs.d/init.el @@ -80,7 +80,7 @@ :checkers syntax ; tasing you for every semicolon you forget - spell ; tasing you for misspelling mispelling + ; spell ; tasing you for misspelling mispelling :lang agda ; types of types of types of types... |