Commit dc41ab5010ea

Vincent Demeester <vincent@sbr.pm>
2020-08-20 17:54:53
tools/emacs: use conf-mode for toml
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent be93d65
Changed files (1)
tools
tools/emacs/config/programming-config.el
@@ -8,8 +8,8 @@
   :hook ((yaml-mode . highlight-indentation-mode)
          (yaml-mode . highlight-indentation-current-column-mode)))
 
-(use-package toml-mode
-  :mode "\\.to?ml\\'")
+(use-package conf-mode
+  :mode ("\\.to?ml\\'" . conf-toml-mode))
 
 (provide 'programming-config)
 ;;; programming-config.el ends here