spacemacs/layers/+completion/templates/config.el
2018-05-22 23:46:07 -04:00

19 lines
548 B
EmacsLisp

;;; packages.el --- Tempalte Layer config File for Spacemacs
;;
;; Copyright (c) 2012-2016 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
(defvar templates-private-directory nil
"Configurable private templates directory.")
(defvar templates-use-defaults t
"If true, do not remove the default settings for
`auto-insert-mode'. If `nil', ONLY the ones specified by template
files will be used.")