summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-06-19 10:26:10 +0200
committerAlan Pearce2017-06-19 10:26:10 +0200
commit5ff134598c2c94cede4e30a902494747d67d6358 (patch)
treea266a8124ea95344b82b9e482a644028fdabd6ec /emacs
parent405ba466460f9d987d331e64fe28eaba481b9c62 (diff)
downloaddotfiles-5ff134598c2c94cede4e30a902494747d67d6358.tar.lz
dotfiles-5ff134598c2c94cede4e30a902494747d67d6358.tar.zst
dotfiles-5ff134598c2c94cede4e30a902494747d67d6358.zip
Emacs: Setup toml-mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 1570206..3e55107 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -1636,6 +1636,9 @@ configuration files.
   :config (progn
             (setq scss-compile-at-save nil)))
 
+(use-package toml-mode
+  :mode ("\\.toml\\'" . toml-mode))
+
 (use-package yaml-mode
   :mode (("/group_vars/.*" . yaml-mode)
          ("/host_vars/.*" . yaml-mode)))