spacemacs/layers/+lang/reasonml/config.el
2019-06-25 12:03:36 +02:00

14 lines
405 B
EmacsLisp

;;; config.el --- reasonml layer configuration file for Spacemacs
;;
;; Copyright (c) 2012-2018 Sylvain Benner & Contributors
;;
;; Author: Dave Aitken <dave.aitken@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(defvar-local reason-auto-refmt nil
"Whether to automatcally run refmt on save in the current reason-mode buffer.")