feat(gs/emacs): Add < to evil-surround-pairs in rust-mode

In addition to >

Change-Id: I3b42d396e9eb3c4f6dcdf8ab2b804804100a103c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2426
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2021-01-19 10:48:52 -05:00 committed by glittershark
parent 323932ee6c
commit 6add13a29b

View file

@ -6,6 +6,7 @@
(interactive)
(push '(?> . ("<" . ">")) evil-surround-pairs-alist)
(push '(?< . ("< " . " >")) evil-surround-pairs-alist)
(setq lsp-rust-server 'rust-analyzer)
(setq-local whitespace-line-column 100