spacemacs/layers/+lang/lua/layers.el

15 lines
399 B
EmacsLisp
Raw Normal View History

2019-11-12 03:29:50 +00:00
;;; layers.el --- Lua Layer declarations File for Spacemacs
;;
2020-09-16 21:34:40 +00:00
;; Copyright (c) 2012-2020 Sylvain Benner & Contributors
2019-11-12 03:29:50 +00:00
;;
;; Author: Lin Sun <sunlin7@yahoo.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(when (and (boundp 'lua-backend)
(eq lua-backend 'lsp))
2019-11-12 03:29:50 +00:00
(configuration-layer/declare-layer-dependencies '(lsp)))