Skip to content

Commit

Permalink
[ci] Add missing dot file for core tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smile13241324 committed Jun 1, 2024
1 parent 9109f02 commit a11c78b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/core/dotspacemacs.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(defun dotspacemacs/layers ()
(setq-default
dotspacemacs-distribution 'spacemacs))
(defun dotspacemacs/init ())
(defun dotspacemacs/user-init ())
(defun dotspacemacs/config ())
(defun dotspacemacs/user-config ())

0 comments on commit a11c78b

Please sign in to comment.