summaryrefslogtreecommitdiff
path: root/elchemy-personal.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-20 14:08:51 -0700
committerChristian Cunningham <cc@localhost>2024-06-20 14:08:51 -0700
commita4262653de913bdf3397449eaa2c4c9e982e7183 (patch)
tree2aa7b83b5de1d759581193233448a9ae1b49779a /elchemy-personal.el
parent3fa626afa31f374618a65c13847154ba3486125d (diff)
Treesitter Modes
Diffstat (limited to 'elchemy-personal.el')
-rw-r--r--elchemy-personal.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/elchemy-personal.el b/elchemy-personal.el
index 25cbba1..a945041 100644
--- a/elchemy-personal.el
+++ b/elchemy-personal.el
@@ -12,6 +12,8 @@
(put 'downcase-region 'disabled nil)
(add-to-list 'major-mode-remap-alist '(python-mode . python-ts-mode))
+(add-to-list 'major-mode-remap-alist '(rust-mode . rust-ts-mode))
+(add-to-list 'major-mode-remap-alist '(toml-mode . toml-ts-mode))
(require 'eglot)
(define-key eglot-mode-map (kbd "C-c l r") 'eglot-rename)