This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/layers/+completion/templates/config.el

20 lines
614 B
EmacsLisp
Raw Normal View History

;;; packages.el --- Tempalte Layer config File for Spacemacs
;;
;; Copyright (c) 2012-2018 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
(concat configuration-layer-private-directory "templates")
"Configurable private templates directory.")
(defvar templates-use-default-templates 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.")