Skip to content

Commit

Permalink
[web upd] Revert .spacemacs
Browse files Browse the repository at this point in the history
  • Loading branch information
JAremko authored Jan 25, 2025
1 parent 19c38f4 commit 2aa4cc7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/web/.spacemacs
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
(defun dotspacemacs/layers ()
(setq-default
dotspacemacs-distribution 'spacemacs
dotspacemacs-excluded-packages '(org-contrib org-ref evil-tex devdocs paradox hl-todo)
dotspacemacs-configuration-layers '(
(org :variables
org-enable-github-support t
org-enable-bootstrap-support t
org-enable-reveal-js-support t)
bibtex
(latex :variables
latex-enable-auto-fill t
latex-enable-folding t)
html
)))

(org :variables
org-enable-github-support t
org-enable-bootstrap-support t
org-enable-reveal-js-support t
)
bibtex
(latex :variables
latex-enable-auto-fill t
latex-enable-folding t
)
html
)))
(defun dotspacemacs/init ())
(defun dotspacemacs/user-init ())
(defun dotspacemacs/config ())
Expand Down

0 comments on commit 2aa4cc7

Please sign in to comment.