Spacemacs: removed unused layers and config, added systemd layer
This commit is contained in:
parent
9ce30d6a78
commit
40f23602a6
@ -97,9 +97,9 @@ This function should only modify configuration layer settings."
|
|||||||
markdown-mmm-auto-modes '("c"
|
markdown-mmm-auto-modes '("c"
|
||||||
"c++"
|
"c++"
|
||||||
"python"
|
"python"
|
||||||
"scala"
|
|
||||||
"rust"
|
"rust"
|
||||||
("elisp" "emacs-lisp")))
|
("elisp" "emacs-lisp")))
|
||||||
|
nginx
|
||||||
(org :variables
|
(org :variables
|
||||||
org-enable-reveal-js-support t
|
org-enable-reveal-js-support t
|
||||||
org-enable-github-support t
|
org-enable-github-support t
|
||||||
@ -135,12 +135,12 @@ This function should only modify configuration layer settings."
|
|||||||
spell-checking-enable-by-default nil
|
spell-checking-enable-by-default nil
|
||||||
spell-checking-enable-auto-dictionary t
|
spell-checking-enable-auto-dictionary t
|
||||||
enable-flyspell-auto-completion nil)
|
enable-flyspell-auto-completion nil)
|
||||||
sql
|
|
||||||
(syntax-checking :variables
|
(syntax-checking :variables
|
||||||
spell-checking-enable-by-default nil
|
spell-checking-enable-by-default nil
|
||||||
spell-checking-enable-auto-dictionary t
|
spell-checking-enable-auto-dictionary t
|
||||||
syntax-checking-enable-tooltips t
|
syntax-checking-enable-tooltips t
|
||||||
syntax-checking-use-original-bitmaps t)
|
syntax-checking-use-original-bitmaps t)
|
||||||
|
systemd
|
||||||
(treemacs :variables
|
(treemacs :variables
|
||||||
treemacs-use-follow-mode nil
|
treemacs-use-follow-mode nil
|
||||||
treemacs-use-filewatch-mode t)
|
treemacs-use-filewatch-mode t)
|
||||||
|
Loading…
Reference in New Issue
Block a user