diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2019-10-07 18:02:07 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2019-10-07 18:02:07 +0200 |
| commit | ad646e11d555e9556cad46d5d0f381b57ddb0d9c (patch) | |
| tree | 6af29a07a12ea29bd0eed77dcfbd8c99af6f9672 /dot.emacs.d/init.el | |
| parent | 82452cc88973ee9e8d752d1d80ee62f483c8526e (diff) | |
Emacs: Install toml-mode
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
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\\'") |
