Spacemacs: removed unused layers and config, added systemd layer

This commit is contained in:
Phuntsok Drak-pa 2019-08-30 14:12:56 +02:00
parent 9ce30d6a78
commit 40f23602a6
1 changed files with 2 additions and 2 deletions

View File

@ -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)