spacemacs/layers/+lang/reasonml/config.el

14 lines
405 B
EmacsLisp
Raw Normal View History

2019-02-10 18:54:49 +00:00
;;; config.el --- reasonml layer configuration file for Spacemacs
;;
2021-03-22 20:11:29 +00:00
;; Copyright (c) 2012-2021 Sylvain Benner & Contributors
2019-02-10 18:54:49 +00:00
;;
;; 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.")