17 lines
431 B
EmacsLisp
17 lines
431 B
EmacsLisp
;;; config.el --- ocaml Layer Configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2020 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
;; variables
|
|
|
|
(spacemacs|define-jump-handlers tuareg-mode)
|
|
|
|
(defvar ocaml-format-before-save nil
|
|
"If non-nil, ocamlformat before saving.")
|