18 lines
503 B
EmacsLisp
18 lines
503 B
EmacsLisp
;;; config.el --- Purescript Layer config File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Ryan L. Bell
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
(spacemacs|defvar-company-backends purescript-mode)
|
|
|
|
(defvar purescript-add-import-on-completion t
|
|
"If non-nil adds imports for completed identifiers")
|
|
|
|
(defvar purescript-enable-rebuild-on-save nil
|
|
"If non-nil rebuild on save is enabled")
|