aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index f460ff4..38f3948 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -253,6 +253,8 @@
(auctex-latexmk-setup)
(setq TeX-command-default "LatexMk"))
+(use-package toml-mode)
+
(use-package rust-mode
:mode "\\.rs\\'")