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:
parent
323932ee6c
commit
6add13a29b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue